GameKit.GKTurnBasedExchange Members

The members of GameKit.GKTurnBasedExchange are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
CompletionDateFoundation.NSDate. Documentation for this section has not yet been entered.
[read-only]
DataFoundation.NSData. Documentation for this section has not yet been entered.
[read-only]
ExchangeIDstring. Documentation for this section has not yet been entered.
[read-only]
Messagestring. Documentation for this section has not yet been entered.
[read-only]
RecipientsGKTurnBasedParticipant[]. Documentation for this section has not yet been entered.
[read-only]
RepliesGKTurnBasedExchangeReply[]. Documentation for this section has not yet been entered.
[read-only]
SendDateFoundation.NSDate. Documentation for this section has not yet been entered.
[read-only]
SenderGKTurnBasedParticipant. Documentation for this section has not yet been entered.
[read-only]
StatusGKTurnBasedExchangeStatus. Documentation for this section has not yet been entered.
[read-only]
TimeoutDateFoundation.NSDate. Documentation for this section has not yet been entered.
[read-only]
static
TimeoutDefaultdouble. Represents the value associated with the constant GKExchangeTimeoutDefault
[read-only]
static
TimeoutNonedouble. Represents the value associated with the constant GKExchangeTimeoutNone

Public Methods

Cancel(string, Foundation.NSObject[], Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
CancelAsync(string, Foundation.NSObject[]) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
Reply(string, Foundation.NSObject[], Foundation.NSData, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
ReplyAsync(string, Foundation.NSObject[], Foundation.NSData) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
override
ToString() : string
Returns a string representation of the value of the current instance.

Protected Methods

override
Dispose(bool)
Releases the resources used by the GKTurnBasedExchange object.