Initializes a new instance of the class to be used for a normal
state changed event.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Public Sub New ( _
methodResult As Boolean, _
previousState As T, _
state As T, _
exception As Exception _
)
|
|
public StateChangedEventArgs (
bool methodResult,
T previousState,
T state,
Exception exception
)
|
Parameters
- methodResult
-
true if the results of the state change are also reported
as the result of a method call; otherwise false.
- previousState
-
The original state.
- state
-
The new state.
- exception
-
Thrown when an exception occurs that is associated with the
state change.
Remarks
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server
2003, Windows Vista Ultimate Edition, Windows Vista Business
Edition, Windows Vista Enterprise Edition
Target Platforms
See Also