Edit

Share via


LocalOwnerPresenceExtensions.BeginPublishPresence Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static IAsyncResult ^ BeginPublishPresence(Microsoft::Rtc::Collaboration::Presence::LocalOwnerPresence ^ lop, System::Collections::Generic::ICollection<Microsoft::Rtc::Collaboration::Presence::PresenceCategory ^> ^ categoryItems, System::String ^ publisherGruu, System::String ^ publisherEpid, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginPublishPresence (this Microsoft.Rtc.Collaboration.Presence.LocalOwnerPresence lop, System.Collections.Generic.ICollection<Microsoft.Rtc.Collaboration.Presence.PresenceCategory> categoryItems, string publisherGruu, string publisherEpid, AsyncCallback userCallback, object state);
static member BeginPublishPresence : Microsoft.Rtc.Collaboration.Presence.LocalOwnerPresence * System.Collections.Generic.ICollection<Microsoft.Rtc.Collaboration.Presence.PresenceCategory> * string * string * AsyncCallback * obj -> IAsyncResult
<Extension()>
Public Function BeginPublishPresence (lop As LocalOwnerPresence, categoryItems As ICollection(Of PresenceCategory), publisherGruu As String, publisherEpid As String, userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

categoryItems
ICollection<PresenceCategory>
publisherGruu
String
publisherEpid
String
userCallback
AsyncCallback
state
Object

Returns

Applies to