Share via


GKMatchmaker.QueryPlayerGroupActivityAsync(IntPtr) Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<IntPtr> QueryPlayerGroupActivityAsync(IntPtr playerGroup);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member QueryPlayerGroupActivityAsync : nativeint -> System.Threading.Tasks.Task<nativeint>
override this.QueryPlayerGroupActivityAsync : nativeint -> System.Threading.Tasks.Task<nativeint>

Parameters

playerGroup
IntPtr

nativeint

Returns

Task<IntPtr>

Task<nativeint>

A task that represents the asynchronous QueryPlayerGroupActivity operation. The value of the TResult parameter is a GameKit.GKQueryHandler.

Attributes

Applies to