Edit

Share via


LocalEndpointPresenceServicesExtensions.BeginEnhancedPresenceQuery Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static IAsyncResult ^ BeginEnhancedPresenceQuery(Microsoft::Rtc::Collaboration::LocalEndpointPresenceServices ^ presenceServices, System::Collections::Generic::IEnumerable<System::String ^> ^ targets, cli::array <System::String ^> ^ categories, EventHandler<Microsoft::Rtc::Collaboration::Presence::RemotePresentitiesNotificationEventArgs ^> ^ queryResultHandler, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginEnhancedPresenceQuery (this Microsoft.Rtc.Collaboration.LocalEndpointPresenceServices presenceServices, System.Collections.Generic.IEnumerable<string> targets, string[] categories, EventHandler<Microsoft.Rtc.Collaboration.Presence.RemotePresentitiesNotificationEventArgs> queryResultHandler, AsyncCallback userCallback, object state);
static member BeginEnhancedPresenceQuery : Microsoft.Rtc.Collaboration.LocalEndpointPresenceServices * seq<string> * string[] * EventHandler<Microsoft.Rtc.Collaboration.Presence.RemotePresentitiesNotificationEventArgs> * AsyncCallback * obj -> IAsyncResult
<Extension()>
Public Function BeginEnhancedPresenceQuery (presenceServices As LocalEndpointPresenceServices, targets As IEnumerable(Of String), categories As String(), queryResultHandler As EventHandler(Of RemotePresentitiesNotificationEventArgs), userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

targets
IEnumerable<String>
categories
String[]
userCallback
AsyncCallback
state
Object

Returns

Applies to