LocalOwnerPresenceExtensions.BeginAddUserACE 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 ^ 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