RemoteRenderingClient.CreateNewRenderingSessionUnsafeAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Internes.
public:
System::Threading::Tasks::Task<Microsoft::Azure::RemoteRendering::CreateRenderingSessionResult ^> ^ CreateNewRenderingSessionUnsafeAsync(Microsoft::Azure::RemoteRendering::RenderingSessionCreationOptionsUnsafe options);
public System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.CreateRenderingSessionResult> CreateNewRenderingSessionUnsafeAsync (Microsoft.Azure.RemoteRendering.RenderingSessionCreationOptionsUnsafe options);
member this.CreateNewRenderingSessionUnsafeAsync : Microsoft.Azure.RemoteRendering.RenderingSessionCreationOptionsUnsafe -> System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.CreateRenderingSessionResult>
Public Function CreateNewRenderingSessionUnsafeAsync (options As RenderingSessionCreationOptionsUnsafe) As Task(Of CreateRenderingSessionResult)