次の方法で共有


GKTurnBasedMatch.DeclineInviteAsync メソッド

定義

一致への招待を拒否し、新しい match オブジェクトを に completionHandler渡し、エラーが発生しなかった場合は null エラー オブジェクトを渡します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<GameKit.GKTurnBasedMatch> DeclineInviteAsync ();
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<GameKit.GKTurnBasedMatch> DeclineInviteAsync ();
abstract member DeclineInviteAsync : unit -> System.Threading.Tasks.Task<GameKit.GKTurnBasedMatch>
override this.DeclineInviteAsync : unit -> System.Threading.Tasks.Task<GameKit.GKTurnBasedMatch>

戻り値

非同期の DeclineInvite 操作を表すタスク。 TResult パラメーターの値は System.Action<GameKit.GKTurnBasedMatch,Foundation.NSError 型です>。

属性

適用対象