LocalEndpointPresenceServicesExtensions.BeginEnhancedPresenceQuery 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 ^ 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
- presenceServices
- LocalEndpointPresenceServices
- targets
- IEnumerable<String>
- categories
- String[]
- queryResultHandler
- EventHandler<RemotePresentitiesNotificationEventArgs>
- userCallback
- AsyncCallback
- state
- Object