Edit

Share via


LocalOwnerPresenceExtensions.BeginAddUserACE Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static IAsyncResult ^ BeginAddUserACE(Microsoft::Rtc::Collaboration::Presence::LocalOwnerPresence ^ localOwnerPresence, System::String ^ contactUri, int containerId, Microsoft::Rtc::Collaboration::SourceNetwork sourceNetwork, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginAddUserACE (this Microsoft.Rtc.Collaboration.Presence.LocalOwnerPresence localOwnerPresence, string contactUri, int containerId, Microsoft.Rtc.Collaboration.SourceNetwork sourceNetwork, AsyncCallback userCallback, object state);
static member BeginAddUserACE : Microsoft.Rtc.Collaboration.Presence.LocalOwnerPresence * string * int * Microsoft.Rtc.Collaboration.SourceNetwork * AsyncCallback * obj -> IAsyncResult

Parameters

localOwnerPresence
LocalOwnerPresence
contactUri
String
containerId
Int32
sourceNetwork
SourceNetwork
userCallback
AsyncCallback
state
Object

Returns

Applies to