The InstantMessagingFlowtype exposes the following members.

Methods

  Name Description
BeginSendFailureDeliveryNotification
Begins an async operation to send a message delivery notification to report a message delivery is failed.
BeginSendMessage Overloaded.
BeginSendSuccessDeliveryNotification
Begins an async operation to send a message delivery notification to report a message successfully received.
EndSendFailureDeliveryNotification
Gets the results of sending a delivery notification.
EndSendMessage
Gets the results of the Send operation.
EndSendSuccessDeliveryNotification
Gets the results of sending a delivery notification.
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
Initialize
Optionally overwrites settings of the flow.
MakeCallback
Invokes a specified call using the application's queue for the events.
(Inherited from MediaFlow.)
MemberwiseClone (Inherited from Object.)
RaiseEvent < (Of < ( TEventArg > ) > )
Raises a generic event with a specific event argument type.
(Inherited from MediaFlow.)
ToString (Inherited from Object.)
TryUpdateFlowState
Updates the MediaFlow's state.
(Inherited from MediaFlow.)

Properties

  Name Description
ComposingTimeoutValue
Gets or sets the value (in seconds) for the composing timeout.
LocalComposingState
Gets or sets the local composing state.
SignalingContext
Gets the value of associated SignalingContext for the flow.
(Inherited from MediaFlow.)
State
Gets or sets the MediaFlowState for the flow.
(Inherited from MediaFlow.)

Events

  Name Description
DeliveryNotificationReceived
Raised when a message delivery notification is received.
MessageReceived
Raised when a message is received.
RemoteComposingStateChanged
Raised when the composing state for a remote participant changes.
StateChanged
Raised when the state of MediaFlow has changed.
(Inherited from MediaFlow.)

See Also