다음을 통해 공유


AsyncManager.Parameters 속성

정의

비동기 완료 메서드에 전달된 매개 변수를 가져옵니다.

public System.Collections.Generic.IDictionary<string,object> Parameters { get; }
member this.Parameters : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Parameters As IDictionary(Of String, Object)

속성 값

비동기 완료 메서드에 전달된 매개 변수입니다.

적용 대상