Click or drag to resize

IInfrascaleSdkGetJobSessions Method

Retrieves states of all running Jobs.

Namespace:  SOS.SDK.Contracts
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
GetJobSessionsResponse GetJobSessions(
	GetJobSessionsRequest request
)

Parameters

request
Type: SOS.SDK.Contracts.DataContracts.RequestsGetJobSessionsRequest
Container with request parameters.

Return Value

Type: GetJobSessionsResponse
Operation execution results.
Exceptions
ExceptionCondition
NotSignedIn
MethodCallFailed
See Also