RemoteServiceConnectionInfo.RequestId 属性

定义

获取或设置分配给此实例响应的服务请求的 ID。

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,则不会在客户端连接到该服务之前为此服务分配任何资源,因此,如果客户端决定不连接,则无需释放任何资源。

适用于