RenderingServerSize Struct
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.
The "size" of server to use for a rendering session: Standard or Premium.
public readonly struct RenderingServerSize : IEquatable<Azure.MixedReality.RemoteRendering.RenderingServerSize>
type RenderingServerSize = struct
Public Structure RenderingServerSize
Implements IEquatable(Of RenderingServerSize)
- Inheritance
-
RenderingServerSize
- Implements
Constructors
RenderingServerSize(String) |
Initializes a new instance of RenderingServerSize. |
Properties
Premium |
Premium rendering session size. |
Standard |
Standard rendering session size. |
Methods
Equals(RenderingServerSize) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(RenderingServerSize, RenderingServerSize) |
Determines if two RenderingServerSize values are the same. |
Implicit(String to RenderingServerSize) |
Converts a string to a RenderingServerSize. |
Inequality(RenderingServerSize, RenderingServerSize) |
Determines if two RenderingServerSize values are not the same. |