BeginPublishPresence Method (ICollection(PresenceCategory), AsyncCallback, Object)

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Function BeginPublishPresence ( _
    categoryItems As ICollection(Of PresenceCategory), _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As LocalOwnerPresence
Dim categoryItems As ICollection(Of PresenceCategory)
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginPublishPresence(categoryItems, _
    userCallback, state)
public IAsyncResult BeginPublishPresence(
    ICollection<PresenceCategory> categoryItems,
    AsyncCallback userCallback,
    Object state
)

Parameters

Return Value

Type: System..::..IAsyncResult

See Also

Reference

LocalOwnerPresence Class

LocalOwnerPresence Members

BeginPublishPresence Overload

Microsoft.Rtc.Collaboration.Presence Namespace