 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public static bool IsTransferEnded( this SessionState sessionState )
<ExtensionAttribute> Public Shared Function IsTransferEnded ( sessionState As SessionState ) As Boolean
public: [ExtensionAttribute] static bool IsTransferEnded( SessionState sessionState )
 Parameters
 Parameters- sessionState (SessionState)
 Return Value
 Return Value Usage Note
 Usage NoteIn Visual Basic and C#, you can call this method as an instance method on any object of type SessionState. When you use instance method syntax to call this method, omit the first parameter.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290

