ServerFactory.ServerOptions 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可能會影響 IPC 伺服器的選項。
public struct ServerFactory.ServerOptions : IEquatable<Microsoft.ServiceHub.Framework.ServerFactory.ServerOptions>
type ServerFactory.ServerOptions = struct
Public Structure ServerFactory.ServerOptions
Implements IEquatable(Of ServerFactory.ServerOptions)
- 繼承
-
ServerFactory.ServerOptions
- 實作
屬性
AllowMultipleClients |
取得值,指出是否要提供一個以上的傳入用戶端。 |
Name |
取得要接受連線之管道的完整名稱。 |
TraceSource |
取得有關聯機嘗試之記錄的方法。 |
方法
Equals(Object) |
可能會影響 IPC 伺服器的選項。 |
Equals(ServerFactory+ServerOptions) |
可能會影響 IPC 伺服器的選項。 |
GetHashCode() |
可能會影響 IPC 伺服器的選項。 |
ToString() |
可能會影響 IPC 伺服器的選項。 |
運算子
Equality(ServerFactory+ServerOptions, ServerFactory+ServerOptions) |
可能會影響 IPC 伺服器的選項。 |
Inequality(ServerFactory+ServerOptions, ServerFactory+ServerOptions) |
可能會影響 IPC 伺服器的選項。 |