InstantMessagingTurnStartingEventArgs Class
Passed to the delegate subscribed to an instant message activity's TurnStarting event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Rtc.Workflow.Activities.InstantMessagingTurnStartingEventArgs
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public NotInheritable Class InstantMessagingTurnStartingEventArgs _
Inherits EventArgs
'Usage
Dim instance As InstantMessagingTurnStartingEventArgs
public sealed class InstantMessagingTurnStartingEventArgs : EventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.