Share via


ServerFactory.ClientOptions Struct

Definition

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 false, continuously retry or wait for the server to listen for and respond to connection requests until it is canceled.

Methods

Equals(Object)
Equals(ServerFactory+ClientOptions)
GetHashCode()
ToString()

Operators

Equality(ServerFactory+ClientOptions, ServerFactory+ClientOptions)
Inequality(ServerFactory+ClientOptions, ServerFactory+ClientOptions)

Applies to