次の方法で共有


RemoteRenderingClient.UpdateSession メソッド

定義

特定のレンダリング セッションを更新します。

public virtual Azure.Response<Azure.MixedReality.RemoteRendering.RenderingSession> UpdateSession (string sessionId, Azure.MixedReality.RemoteRendering.UpdateSessionOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateSession : string * Azure.MixedReality.RemoteRendering.UpdateSessionOptions * System.Threading.CancellationToken -> Azure.Response<Azure.MixedReality.RemoteRendering.RenderingSession>
override this.UpdateSession : string * Azure.MixedReality.RemoteRendering.UpdateSessionOptions * System.Threading.CancellationToken -> Azure.Response<Azure.MixedReality.RemoteRendering.RenderingSession>
Public Overridable Function UpdateSession (sessionId As String, options As UpdateSessionOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RenderingSession)

パラメーター

sessionId
String

以前に作成したセッションの ID。

options
UpdateSessionOptions

更新するセッションの設定。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

sessionId または options が null です。

適用対象