RequestId 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示要求識別碼,無論是數位還是字串。
[Newtonsoft.Json.JsonConverter(typeof(StreamJsonRpc.RequestIdJsonConverter))]
public struct RequestId : IEquatable<StreamJsonRpc.RequestId>
[<Newtonsoft.Json.JsonConverter(typeof(StreamJsonRpc.RequestIdJsonConverter))>]
type RequestId = struct
Public Structure RequestId
Implements IEquatable(Of RequestId)
- 繼承
-
RequestId
- 屬性
-
Newtonsoft.Json.JsonConverterAttribute
- 實作
建構函式
RequestId(Int64) |
初始化 RequestId 結構的新執行個體。 |
RequestId(String) |
初始化 RequestId 結構的新執行個體。 |
屬性
IsEmpty |
取得值,指出要求識別碼是否未指定 (,亦即未指定任何字串、數位或 null) 。 |
IsNull |
取得值,指出此要求識別碼是否明確指定為特殊 「null」 值。 |
NotSpecified |
取得空的 (不存在) 識別碼。 |
Null |
取得明確指定 |
Number |
如果識別碼是數位,則取得識別碼。 |
String |
如果識別碼是字串,則取得識別碼。 |
方法
Equals(Object) |
表示要求識別碼,無論是數位還是字串。 |
Equals(RequestId) |
表示要求識別碼,無論是數位還是字串。 |
GetHashCode() |
表示要求識別碼,無論是數位還是字串。 |
ToString() |
表示要求識別碼,無論是數位還是字串。 |
運算子
Equality(RequestId, RequestId) |
測試兩 RequestId 個值之間的相等。 |
Inequality(RequestId, RequestId) |
測試兩 RequestId 個值之間的不等。 |