StartRenderingSessionOperation Constructors
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.
Overloads
StartRenderingSessionOperation() |
Initializes a new instance of StartRenderingSessionOperation for mocking. |
StartRenderingSessionOperation(String, RemoteRenderingClient) |
Construct a StartSessionOperation from a session which already exists. |
StartRenderingSessionOperation()
Initializes a new instance of StartRenderingSessionOperation for mocking.
protected StartRenderingSessionOperation();
Protected Sub New ()
Applies to
StartRenderingSessionOperation(String, RemoteRenderingClient)
Construct a StartSessionOperation from a session which already exists.
public StartRenderingSessionOperation(string sessionId, Azure.MixedReality.RemoteRendering.RemoteRenderingClient client);
new Azure.MixedReality.RemoteRendering.StartRenderingSessionOperation : string * Azure.MixedReality.RemoteRendering.RemoteRenderingClient -> Azure.MixedReality.RemoteRendering.StartRenderingSessionOperation
Public Sub New (sessionId As String, client As RemoteRenderingClient)
Parameters
- sessionId
- String
- client
- RemoteRenderingClient
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