Package | Description |
---|---|
Microsoft.Xna.Framework.GamerServices | |
Microsoft.Xna.Framework.Storage | |
System.IO | |
System.IO.IsolatedStorage |
Modifier and Type | Method and Description |
---|---|
static IAsyncResult |
Gamer.BeginGetFromGamertag(java.lang.String gamertag,
AsyncCallback callback,
java.lang.Object asyncState) |
static IAsyncResult |
Gamer.BeginGetPartnerToken(java.lang.String audienceUri,
AsyncCallback callback,
java.lang.Object asyncState) |
IAsyncResult |
Gamer.BeginGetProfile(AsyncCallback callback,
java.lang.Object asyncState)
Starts an asynchronous profile read operation.
|
static IAsyncResult |
Guide.BeginShowKeyboardInput(PlayerIndex player,
java.lang.String title,
java.lang.String description,
java.lang.String defaultText,
AsyncCallback callback,
java.lang.Object state) |
static IAsyncResult |
Guide.BeginShowKeyboardInput(PlayerIndex player,
java.lang.String title,
java.lang.String description,
java.lang.String defaultText,
AsyncCallback callback,
java.lang.Object state,
boolean usePasswordMode) |
static IAsyncResult |
Guide.BeginShowMessageBox(PlayerIndex player,
java.lang.String title,
java.lang.String text,
java.lang.Iterable<java.lang.String> buttons,
int focusButton,
MessageBoxIcon icon,
AsyncCallback callback,
java.lang.Object state) |
static IAsyncResult |
Guide.BeginShowMessageBox(java.lang.String title,
java.lang.String text,
java.lang.Iterable<java.lang.String> buttons,
int focusButton,
MessageBoxIcon icon,
AsyncCallback callback,
java.lang.Object state) |
Modifier and Type | Method and Description |
---|---|
IAsyncResult |
StorageDevice.BeginOpenContainer(java.lang.String displayName,
AsyncCallback callback,
java.lang.Object state)
Begins the process for opening a StorageContainer containing any files for the specified title.
|
static IAsyncResult |
StorageDevice.BeginShowSelector(AsyncCallback callback,
java.lang.Object state)
Begins the process for displaying the storage device selector user interface, and for specifying a callback implemented when the player chooses a device.
|
static IAsyncResult |
StorageDevice.BeginShowSelector(int sizeInBytes,
int directoryCount,
AsyncCallback callback,
java.lang.Object state)
Begins the process for displaying the storage device selector user interface, and for specifying the size of the data to be written to the storage device and the callback implemented when the player chooses a device.
|
static IAsyncResult |
StorageDevice.BeginShowSelector(PlayerIndex player,
AsyncCallback callback,
java.lang.Object state)
Begins the process for displaying the storage device selector user interface; specifies the callback implemented when the player chooses a device.
|
static IAsyncResult |
StorageDevice.BeginShowSelector(PlayerIndex player,
int sizeInBytes,
int directoryCount,
AsyncCallback callback,
java.lang.Object state)
Begins the process for displaying the storage device selector user interface, for specifying the player who requested the save operation, for setting the size of data to be written to the storage device, and for naming the callback implemented when the player chooses a device.
|
Modifier and Type | Method and Description |
---|---|
IAsyncResult |
Stream.BeginRead(byte[] buffer,
int offset,
int count,
AsyncCallback callback,
java.lang.Object state)
Begins an asynchronous read operation.
|
IAsyncResult |
Stream.BeginWrite(byte[] buffer,
int offset,
int count,
AsyncCallback callback,
java.lang.Object state)
Begins an asynchronous write operation.
|
Modifier and Type | Method and Description |
---|---|
IAsyncResult |
IsolatedStorageFileStream.BeginRead(byte[] buffer,
int offset,
int numBytes,
AsyncCallback userCallback,
java.lang.Object stateObject)
Begins an asynchronous read.
|
IAsyncResult |
IsolatedStorageFileStream.BeginWrite(byte[] buffer,
int offset,
int numBytes,
AsyncCallback userCallback,
java.lang.Object stateObject)
Begins an asynchronous write.
|