WSTrustChannel.EndCancel 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
WS-Trust Cancel 메시지를 엔드포인트에 보내는 비동기 작업을 완료합니다.
오버로드
EndCancel(IAsyncResult) |
BeginCancel(Message, AsyncCallback, Object) 메서드로 초기화된 WS-Trust Cancel 메시지를 보내는 비동기 작업을 완료합니다. |
EndCancel(IAsyncResult, RequestSecurityTokenResponse) |
BeginCancel(RequestSecurityToken, AsyncCallback, Object) 메서드로 초기화된 WS-Trust Cancel 메시지를 보내는 비동기 작업을 완료합니다. |
EndCancel(IAsyncResult)
BeginCancel(Message, AsyncCallback, Object) 메서드로 초기화된 WS-Trust Cancel 메시지를 보내는 비동기 작업을 완료합니다.
public:
virtual System::ServiceModel::Channels::Message ^ EndCancel(IAsyncResult ^ asyncResult);
public System.ServiceModel.Channels.Message EndCancel (IAsyncResult asyncResult);
abstract member EndCancel : IAsyncResult -> System.ServiceModel.Channels.Message
override this.EndCancel : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndCancel (asyncResult As IAsyncResult) As Message
매개 변수
- asyncResult
- IAsyncResult
처리 중인 비동기 전송 요청에 대한 IAsyncResult 참조입니다.
반환
STS에서 반환된 Message입니다.
구현
적용 대상
EndCancel(IAsyncResult, RequestSecurityTokenResponse)
BeginCancel(RequestSecurityToken, AsyncCallback, Object) 메서드로 초기화된 WS-Trust Cancel 메시지를 보내는 비동기 작업을 완료합니다.
public:
virtual void EndCancel(IAsyncResult ^ result, [Runtime::InteropServices::Out] System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ % rstr);
public void EndCancel (IAsyncResult result, out System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse rstr);
abstract member EndCancel : IAsyncResult * RequestSecurityTokenResponse -> unit
override this.EndCancel : IAsyncResult * RequestSecurityTokenResponse -> unit
Public Sub EndCancel (result As IAsyncResult, ByRef rstr As RequestSecurityTokenResponse)
매개 변수
- result
- IAsyncResult
처리 중인 비동기 전송 요청에 대한 IAsyncResult 참조입니다.
STS 응답을 나타내는 RequestSecurityTokenResponse입니다.