Aracılığıyla paylaş


RenderingConnection.LoadTextureAsync(LoadTextureOptions) Yöntem

Tanım

Azure depolamada bulunan bir dokuyu yüklemeyi başlatır.

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)

Parametreler

options
LoadTextureOptions

Dokuyu yüklemeye yönelik parametreler.

Döndürülenler

Sonuç türü Doku olan görev. Görev bir Update() onay işareti sırasında tamamlanır.

Açıklamalar

Bu çağrı hemen döndürür ve doku yüklenirken döndüren zaman uyumsuz bir görev başlatır.

AuthenticationFailed* İsteğin kimliği doğrulanamadıysa bir hata oluşur. * Bağlantı NoConnection bulunamazsa bir hata oluşur. InvalidType* Sağlanan dosya türü desteklenmiyorsa bir hata oluşur. InvalidParentId* Ayarlanan üst kimlik geçersizse bir hata oluşur.

Şunlara uygulanır

Ayrıca bkz.