RemoteRenderingModelFactory.RenderingSession Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RenderingSession(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, RenderingServerSize, RenderingSessionStatus, Nullable<Single>, RemoteRenderingServiceError, Nullable<DateTimeOffset>) class for mocking purposes.
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
Parameters
- sessionId
- String
- host
- String
- size
- RenderingServerSize
- status
- RenderingSessionStatus
- createdOn
- Nullable<DateTimeOffset>
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET