LoadBalancerGetServerForKey Method |
GetServerForKey returns the key for the server
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 string GetServerForKey(
ulong key
)
Public Function GetServerForKey (
key As ULong
) As String
public:
String^ GetServerForKey(
unsigned long long key
)
member GetServerForKey :
key : uint64 -> string
Parameters
- key UInt64
- The key for the item
Return Value
StringThe case monitor
See Also