RenderingConnection.LoadTextureFromSasAsync(LoadTextureFromSasOptions) メソッド

定義

SAS トークンを使用してテクスチャの読み込みを開始し、テクスチャを識別します。

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

パラメーター

options
LoadTextureFromSasOptions

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

戻り値

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

注釈

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

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

適用対象

こちらもご覧ください