RenderingConnection.LoadTextureAsync(LoadTextureOptions) メソッド

定義

Azure Storage にあるテクスチャの読み込みを開始します。

public:
 System::Threading::Tasks::Task<Microsoft::Azure::RemoteRendering::Texture ^> ^ LoadTextureAsync(Microsoft::Azure::RemoteRendering::LoadTextureOptions options);
public System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.Texture> LoadTextureAsync (Microsoft.Azure.RemoteRendering.LoadTextureOptions options);
member this.LoadTextureAsync : Microsoft.Azure.RemoteRendering.LoadTextureOptions -> System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.Texture>
Public Function LoadTextureAsync (options As LoadTextureOptions) As Task(Of Texture)

パラメーター

options
LoadTextureOptions

テクスチャを読み込むためのパラメーター。

戻り値

結果の種類が [テクスチャ] のタスク。 タスクはティック中に Update() 完了します。

注釈

この呼び出しは直ちにを返し、テクスチャの読み込みが完了したときに返される非同期タスクを開始します。

AuthenticationFailed* 要求を認証できなかった場合は、エラーが発生します。 NoConnection* 接続が見つからなかった場合は、エラーが発生します。 * 指定 InvalidType されたファイルの種類がサポートされていない場合は、エラーが発生します。 InvalidParentId* 設定された親 ID が無効な場合は、エラーが発生します。

適用対象

こちらもご覧ください