Room.EndRetrieveLatestMessages method

Ends the Retrevie latest messages operations

Namespace:  Microsoft.Lync.Model.Room
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function EndRetrieveLatestMessages ( _
    asyncResult As IAsyncResult _
) As IList(Of RoomMessage)
'Usage
Dim instance As Room
Dim asyncResult As IAsyncResult
Dim returnValue As IList(Of RoomMessage)

returnValue = instance.EndRetrieveLatestMessages(asyncResult)
public IList<RoomMessage> EndRetrieveLatestMessages(
    IAsyncResult asyncResult
)

Parameters

Return value

Type: System.Collections.Generic.IList<RoomMessage>

See also

Reference

Room class

Room members

Microsoft.Lync.Model.Room namespace