Click or drag to resize

ServiceFunctionsGetServiceName Method

Returns the service name.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static string GetServiceName(
	ActivityContext context,
	string serviceId
)

Parameters

context  ActivityContext
The activity context.
serviceId  String
The service id.

Return Value

String
The service name.
See Also