StorageDevice.BeginShowSelector Method

Overloaded methods for showing the storage device selector asynchronously.

Overload List

Name Description
StorageDevice.BeginShowSelector (AsyncCallback, Object) Begins the process for displaying the storage device selector user interface, and for specifying a callback implemented when the player chooses a device.
StorageDevice.BeginShowSelector (Int32, Int32, AsyncCallback, Object) 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.
StorageDevice.BeginShowSelector (PlayerIndex, AsyncCallback, Object) Begins the process for displaying the storage device selector user interface; specifies the callback implemented when the player chooses a device.
StorageDevice.BeginShowSelector (PlayerIndex, Int32, Int32, AsyncCallback, Object) 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.

See Also

Reference

StorageDevice Class
StorageDevice Members
Microsoft.Xna.Framework.Storage Namespace