ServerFactory.ClientOptions 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.
Options that can influence the IPC client.
public struct ServerFactory.ClientOptions : IEquatable<Microsoft.ServiceHub.Framework.ServerFactory.ClientOptions>
type ServerFactory.ClientOptions = struct
Public Structure ServerFactory.ClientOptions
Implements IEquatable(Of ServerFactory.ClientOptions)
- Inheritance
-
ServerFactory.ClientOptions
- Implements
Properties
CpuSpinOverFirstChanceExceptions |
Gets a value indicating whether to prefer a CPU spinning wait over throwing first chance exceptions as a way to periodically sleep while waiting. |
FailFast |
Gets a value indicating whether to fail immediately with a TimeoutException if the server is not ready to accept the connection.
When this is |
Methods
Equals(Object) | |
Equals(ServerFactory+ClientOptions) | |
GetHashCode() | |
ToString() |
Operators
Equality(ServerFactory+ClientOptions, ServerFactory+ClientOptions) | |
Inequality(ServerFactory+ClientOptions, ServerFactory+ClientOptions) |