WorkflowInstance.OnEndAssociateKeys(IAsyncResult) 메서드

정의

호스트에 연결 키 작업이 완료되었음을 알리기 위해 워크플로 런타임에서 호출됩니다.

protected public:
 abstract void OnEndAssociateKeys(IAsyncResult ^ result);
protected internal abstract void OnEndAssociateKeys(IAsyncResult result);
abstract member OnEndAssociateKeys : IAsyncResult -> unit
Protected Friend MustOverride Sub OnEndAssociateKeys (result As IAsyncResult)

매개 변수

result
IAsyncResult

비동기 연결 키 작업에 대한 참조입니다.

적용 대상