ServiceFunctionsGetServiceName Method

Scanjour Workflow4 Reference Manual
Returns the service name.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string GetServiceName(
	ActivityContext context,
	string serviceId
)

Parameters

context
Type: System.ActivitiesActivityContext
The activity context.
serviceId
Type: SystemString
The service id.

Return Value

Type: String
The service name.
See Also

Reference