Share via


Room.BeginSendStoryMessage method (IDictionary<RoomMessageFormat, String>, RoomMessageType, String, AsyncCallback, Object)

Sends a story 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 BeginSendStoryMessage ( _
    contents As IDictionary(Of RoomMessageFormat, String), _
    type As RoomMessageType, _
    storyTitle As String, _
    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 storyTitle As String
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginSendStoryMessage(contents, _
    type, storyTitle, callback, state)
public IAsyncResult BeginSendStoryMessage(
    IDictionary<RoomMessageFormat, string> contents,
    RoomMessageType type,
    string storyTitle,
    AsyncCallback callback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

See also

Reference

Room class

Room members

BeginSendStoryMessage overload

Microsoft.Lync.Model.Room namespace