你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RemoteRenderingModelFactory.RenderingSession 方法

定义

public static Azure.MixedReality.RemoteRendering.RenderingSession RenderingSession (string sessionId, int? arrInspectorPort, int? handshakePort, int? elapsedTimeMinutes, string host, int? maxLeaseTimeMinutes, Azure.MixedReality.RemoteRendering.RenderingServerSize size, Azure.MixedReality.RemoteRendering.RenderingSessionStatus status, float? teraflops, Azure.MixedReality.RemoteRendering.RemoteRenderingServiceError error, DateTimeOffset? createdOn);
static member RenderingSession : string * Nullable<int> * Nullable<int> * Nullable<int> * string * Nullable<int> * Azure.MixedReality.RemoteRendering.RenderingServerSize * Azure.MixedReality.RemoteRendering.RenderingSessionStatus * Nullable<single> * Azure.MixedReality.RemoteRendering.RemoteRenderingServiceError * Nullable<DateTimeOffset> -> Azure.MixedReality.RemoteRendering.RenderingSession
Public Shared Function RenderingSession (sessionId As String, arrInspectorPort As Nullable(Of Integer), handshakePort As Nullable(Of Integer), elapsedTimeMinutes As Nullable(Of Integer), host As String, maxLeaseTimeMinutes As Nullable(Of Integer), size As RenderingServerSize, status As RenderingSessionStatus, teraflops As Nullable(Of Single), error As RemoteRenderingServiceError, createdOn As Nullable(Of DateTimeOffset)) As RenderingSession

参数

sessionId
String
arrInspectorPort
Nullable<Int32>
handshakePort
Nullable<Int32>
elapsedTimeMinutes
Nullable<Int32>
host
String
maxLeaseTimeMinutes
Nullable<Int32>
teraflops
Nullable<Single>

返回

适用于