다음을 통해 공유


WorkflowInstance.OnBeginAssociateKeys 메서드

정의

새 인스턴스 키를 이 인스턴스와 연결해야 함을 호스트에 알리기 위해 워크플로 런타임에 의해 호출됩니다.

protected public:
 abstract IAsyncResult ^ OnBeginAssociateKeys(System::Collections::Generic::ICollection<System::Runtime::DurableInstancing::InstanceKey ^> ^ keys, AsyncCallback ^ callback, System::Object ^ state);
protected internal abstract IAsyncResult OnBeginAssociateKeys (System.Collections.Generic.ICollection<System.Runtime.DurableInstancing.InstanceKey> keys, AsyncCallback callback, object state);
abstract member OnBeginAssociateKeys : System.Collections.Generic.ICollection<System.Runtime.DurableInstancing.InstanceKey> * AsyncCallback * obj -> IAsyncResult
Protected Friend MustOverride Function OnBeginAssociateKeys (keys As ICollection(Of InstanceKey), callback As AsyncCallback, state As Object) As IAsyncResult

매개 변수

keys
ICollection<InstanceKey>

이 워크플로 인스턴스와 연결할 인스턴스 키입니다.

callback
AsyncCallback

작업이 완료될 때 호출할 메서드입니다.

state
Object

비동기 작업에 대한 정보를 포함하는 애플리케이션별 선택적 개체입니다.

반환

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

적용 대상