InstantMessagingFlow Members
[Value Needed].
The InstantMessagingFlow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ComposingTimeoutValue | Gets or sets the value (in seconds) for composing timeout. | |
LocalComposingState | Gets or sets the local composing state. | |
SignalingContext | (Inherited from MediaFlow.) | |
State | (Inherited from MediaFlow.) |
Top
Methods
Name | Description | |
---|---|---|
BeginSendFailureDeliveryNotification | Sends a failure delivery notification for a received message. | |
BeginSendMessage(String, AsyncCallback, Object) | Send a text message in the conversation. | |
BeginSendMessage(ContentType, array<Byte>[]()[][], AsyncCallback, Object) | Send a message in the conversation. | |
BeginSendSuccessDeliveryNotification | ||
EndSendFailureDeliveryNotification | Get the results of sending a delivery notification. | |
EndSendMessage | Gets the results of the Send operation. | |
EndSendSuccessDeliveryNotification | Get 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 | (Inherited from MediaFlow.) | |
MemberwiseClone | (Inherited from Object.) | |
RaiseEvent<(Of <<'(TEventArg>)>>) | (Inherited from MediaFlow.) | |
ToString | (Inherited from Object.) | |
TryUpdateFlowState | (Inherited from MediaFlow.) |
Top
Events
Name | Description | |
---|---|---|
DeliveryNotificationReceived | Raised when a message delivery notification is received. | |
MessageReceived | Raised when a message is received. | |
RemoteComposingStateChanged | Raised when "typing state" for some remote participant changes. | |
StateChanged | (Inherited from MediaFlow.) |
Top