Room.BeginSendMessage method (IDictionary<RoomMessageFormat, String>, RoomMessageType, AsyncCallback, Object)
Sends a message in different formats to this room.
Namespace: Microsoft.Lync.Model.Room
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginSendMessage ( _
contents As IDictionary(Of RoomMessageFormat, String), _
type As RoomMessageType, _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Room
Dim contents As IDictionary(Of RoomMessageFormat, String)
Dim type As RoomMessageType
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginSendMessage(contents, _
type, callback, state)
public IAsyncResult BeginSendMessage(
IDictionary<RoomMessageFormat, string> contents,
RoomMessageType type,
AsyncCallback callback,
Object state
)
Parameters
- contents
Type: System.Collections.Generic.IDictionary<RoomMessageFormat, String>
- type
Type: Microsoft.Lync.Model.Room.RoomMessageType
- callback
Type: System.AsyncCallback
- state
Type: System.Object
Return value
Type: System.IAsyncResult