Click or drag to resize

IInfrascaleSdkCallback Interface

Interface for Infrascale Service callbacks.

Namespace:  SOS.SDK.Contracts
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public interface IInfrascaleSdkCallback

The IInfrascaleSdkCallback type exposes the following members.

Methods
  NameDescription
Public methodJobCompleted
Job completed.
Public methodJobEvents
Job notifies about events.
Public methodJobProgress
Job notifies about progress.
Public methodJobStarted
Job started.
Public methodKeepAlive
Is need to keep alive this connection.
Public methodServerAuthTokenExpired
Raised when current ServerAuthToken was expired and you need to provide new valid ServerAuthToken.
Top
See Also