Infrascale SDK Help
Infrascale SDK Help
SOS.SDK.Contracts
IInfrascaleSdk Interface
IInfrascaleSdk Methods
CancelJob Method
CancelOnlineBackup Method
GetAccountInfo Method
GetApplicationSettings Method
GetJobSession Method
GetJobSessions Method
GetOnlineBackupSettings Method
GetRecoveryItems Method
IsMSExchangePresent Method
IsMSSqlPresent Method
LoadBaremetalBackupSchedule Method
LoadExchangeBackupSchedule Method
LoadImageStreamBackupSchedule Method
LoadMSSqlBackupSchedule Method
LoadOnlineBackupSchedule Method
PauseOnlineBackup Method
RemoveOnlineBackupSettings Method
ResumeOnlineBackup Method
RunLiveProtect Method
RunOnlineBackupJob Method
RunRecoveryJob Method
RunRefreshRecoveryInfoJob Method
ScanNtfsVolume Method
ScheduleBaremetalBackup Method
ScheduleExchangeBackup Method
ScheduleImageStreamBackup Method
ScheduleMSSqlBackup Method
ScheduleOnlineBackup Method
ScheduleUpdateNotifier Method
SetInternetSettings Method
SetOnlineBackupSettings Method
SignIn Method
SignOut Method
StopLiveProtect Method
SubscribeCallback Method
UnscheduleBaremetalBackup Method
UnscheduleExchangeBackup Method
UnscheduleImageStreamBackup Method
UnscheduleMSSqlBackup Method
UnscheduleOnlineBackup Method
UnsubscribeCallback Method
UpdateServerAuthToken Method
IInfrascaleSdk
GetJobSession 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#
Copy
GetJobSessionResponse
GetJobSession
(
GetJobSessionRequest
request
)
Parameters
request
Type:
SOS.SDK.Contracts.DataContracts.Requests
GetJobSessionRequest
Container with request parameters.
Return Value
Type:
GetJobSessionResponse
Operation execution results.
Exceptions
Exception
Condition
NotSignedIn
MethodCallFailed
See Also
Reference
IInfrascaleSdk Interface
SOS.SDK.Contracts Namespace