다음을 통해 공유


WorkflowApplication.BeginGetRunnableInstance 메서드

정의

IAsyncResult 비동기 디자인 패턴을 사용하여 실행할 수 있는 인스턴스 소유자를 비동기적으로 검색합니다.

오버로드

BeginGetRunnableInstance(InstanceStore, AsyncCallback, Object)

지정한 인스턴스 저장소, 콜백 및 상태를 통해 IAsyncResult 비동기 디자인 패턴을 사용하여 실행 가능한 인스턴스 소유자를 비동기적으로 검색합니다.

BeginGetRunnableInstance(InstanceStore, TimeSpan, AsyncCallback, Object)

지정한 인스턴스 저장소, 시간 제한 간격, 콜백 및 상태를 통해 IAsyncResult 비동기 디자인 패턴을 사용하여 실행 가능한 인스턴스 소유자를 비동기적으로 검색합니다.

BeginGetRunnableInstance(InstanceStore, AsyncCallback, Object)

지정한 인스턴스 저장소, 콜백 및 상태를 통해 IAsyncResult 비동기 디자인 패턴을 사용하여 실행 가능한 인스턴스 소유자를 비동기적으로 검색합니다.

public:
 static IAsyncResult ^ BeginGetRunnableInstance(System::Runtime::DurableInstancing::InstanceStore ^ instanceStore, AsyncCallback ^ callback, System::Object ^ state);
public static IAsyncResult BeginGetRunnableInstance (System.Runtime.DurableInstancing.InstanceStore instanceStore, AsyncCallback callback, object state);
static member BeginGetRunnableInstance : System.Runtime.DurableInstancing.InstanceStore * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginGetRunnableInstance (instanceStore As InstanceStore, callback As AsyncCallback, state As Object) As IAsyncResult

매개 변수

instanceStore
InstanceStore

워크플로 애플리케이션의 현재 인스턴스의 지속 상태에 대한 액세스입니다.

callback
AsyncCallback

로드 시작 작업이 완료되었을 때 호출될 메서드입니다.

state
Object

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

반환

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

적용 대상

BeginGetRunnableInstance(InstanceStore, TimeSpan, AsyncCallback, Object)

지정한 인스턴스 저장소, 시간 제한 간격, 콜백 및 상태를 통해 IAsyncResult 비동기 디자인 패턴을 사용하여 실행 가능한 인스턴스 소유자를 비동기적으로 검색합니다.

public:
 static IAsyncResult ^ BeginGetRunnableInstance(System::Runtime::DurableInstancing::InstanceStore ^ instanceStore, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public static IAsyncResult BeginGetRunnableInstance (System.Runtime.DurableInstancing.InstanceStore instanceStore, TimeSpan timeout, AsyncCallback callback, object state);
static member BeginGetRunnableInstance : System.Runtime.DurableInstancing.InstanceStore * TimeSpan * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginGetRunnableInstance (instanceStore As InstanceStore, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

매개 변수

instanceStore
InstanceStore

워크플로 애플리케이션의 현재 인스턴스의 지속 상태에 대한 액세스입니다.

timeout
TimeSpan

작업이 취소되고 TimeoutException이 throw되기 전에 로드 시작 작업을 완료해야 하는 간격입니다.

callback
AsyncCallback

로드 시작 작업이 완료되었을 때 호출될 메서드입니다.

state
Object

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

반환

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

적용 대상