ServiceFunctionsGetServiceName Method |
Returns the service name.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: 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)
Syntaxpublic static string GetServiceName(
ActivityContext context,
string serviceId
)
Public Shared Function GetServiceName (
context As ActivityContext,
serviceId As String
) As String
public:
static String^ GetServiceName(
ActivityContext^ context,
String^ serviceId
)
static member GetServiceName :
context : ActivityContext *
serviceId : string -> string
Parameters
- context ActivityContext
- The activity context.
- serviceId String
- The service id.
Return Value
StringThe service name.
See Also