SecurityTokenProvider.SecurityTokenAsyncResult 클래스

정의

대리자에서 비동기 작업의 결과를 캡슐화합니다.

public protected ref class SecurityTokenProvider::SecurityTokenAsyncResult : IAsyncResult
protected internal class SecurityTokenProvider.SecurityTokenAsyncResult : IAsyncResult
Protected Friend Class SecurityTokenProvider.SecurityTokenAsyncResult
Implements IAsyncResult
상속
SecurityTokenProvider.SecurityTokenAsyncResult
구현

생성자

Name Description
SecurityTokenProvider.SecurityTokenAsyncResult(SecurityToken, AsyncCallback, Object)

SecurityTokenProvider.SecurityTokenAsyncResult새 인스턴스를 생성합니다.

속성

Name Description
AsyncState

비동기 메서드 호출의 마지막 매개 변수로 전달된 개체를 가져옵니다.

AsyncWaitHandle

WaitHandle Win32 동기화 핸들을 캡슐화하는 값을 가져옵니다.

CompletedSynchronously

호출이 비동기적으로 완료되었는지를 반환 true 하고, false그렇지 않으면 .

IsCompleted

비동기 호출이 완료되었는지를 반환 true 하고, false그렇지 않으면 .

메서드

Name Description
End(IAsyncResult)

지정된 결과를 사용하여 비동기 작업을 완료합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상