RemoteRenderingClient.CreateNewRenderingSessionUnsafeAsync Method

Definition

Internal.

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)

Parameters

Returns

Applies to