StateChangedEventArgs<T>.ToString Method
Returns a String that represents the current StateChangedEventArgs<T>.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As StateChangedEventArgs
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
A String that represents the current StateChangedEventArgs<T>.
See Also
Reference
StateChangedEventArgs<T> Class