RemoteServiceConnectionInfo.RequestId 속성

정의

이 instance 응답하는 서비스 요청에 할당된 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이면 클라이언트가 연결하기 전에 이 서비스에 대해 리소스가 할당되지 않으므로 클라이언트가 연결하지 않기로 결정한 경우 리소스를 해제할 필요가 없습니다.

적용 대상