LocalOwnerPresenceExtensions.BeginDeletePresence 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 ^ BeginDeletePresence(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 BeginDeletePresence (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 BeginDeletePresence : Microsoft.Rtc.Collaboration.Presence.LocalOwnerPresence * System.Collections.Generic.ICollection<Microsoft.Rtc.Collaboration.Presence.PresenceCategory> * string * string * AsyncCallback * obj -> IAsyncResult
<Extension()>
Public Function BeginDeletePresence (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