Click or drag to resize

IInfrascaleSdkGetJobSession Method

Retrieves job's state by JobId.

Namespace:  SOS.SDK.Contracts
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
GetJobSessionResponse GetJobSession(
	GetJobSessionRequest request
)

Parameters

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

Return Value

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