共用方式為


RemoteServiceConnectionInfo.RequestId 屬性

定義

取得或設定指派給此實例回應之服務要求的標識碼。

public:
 property Nullable<Guid> RequestId { Nullable<Guid> get(); void set(Nullable<Guid> value); };
public Guid? RequestId { get; set; }
public Guid? RequestId { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.RequestId : Nullable<Guid> with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.RequestId : Nullable<Guid> with get, set
Public Property RequestId As Nullable(Of Guid)

屬性值

屬性

備註

取消此服務要求而不連接到這個服務要求時,這個值非常有用。 如果為 null,則用戶端連線到此服務之前不會配置任何資源,因此如果客戶端決定不連線,則不需要釋放任何資源。

適用於