LocalOwnerPresenceExtensions.BeginPublishPresence Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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