SecurityTokenProvider.SecurityTokenAsyncResult 클래스

정의

대리자가 수행하는 비동기 작업의 결과를 캡슐화합니다.

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

생성자

SecurityTokenProvider.SecurityTokenAsyncResult(SecurityToken, AsyncCallback, Object)

SecurityTokenProvider.SecurityTokenAsyncResult의 새 인스턴스를 만듭니다.

속성

AsyncState

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

AsyncWaitHandle

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

CompletedSynchronously

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

IsCompleted

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

메서드

End(IAsyncResult)

지정된 결과로 비동기 작업을 완료합니다.

Equals(Object)

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

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

기본 해시 함수로 작동합니다.

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상