다음을 통해 공유


InstanceStore.BeginTryCommand 메서드

정의

지속성 공급자는 특정 지속성 명령이 실행될 수 있는지 여부를 확인하는 이 메서드를 구현합니다. 명령을 실행할 수 있으면 비동기적으로 명령을 실행합니다.

protected public:
 virtual IAsyncResult ^ BeginTryCommand(System::Runtime::DurableInstancing::InstancePersistenceContext ^ context, System::Runtime::DurableInstancing::InstancePersistenceCommand ^ command, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
protected internal virtual IAsyncResult BeginTryCommand (System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Runtime.DurableInstancing.InstancePersistenceCommand command, TimeSpan timeout, AsyncCallback callback, object state);
abstract member BeginTryCommand : System.Runtime.DurableInstancing.InstancePersistenceContext * System.Runtime.DurableInstancing.InstancePersistenceCommand * TimeSpan * AsyncCallback * obj -> IAsyncResult
override this.BeginTryCommand : System.Runtime.DurableInstancing.InstancePersistenceContext * System.Runtime.DurableInstancing.InstancePersistenceCommand * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Friend Overridable Function BeginTryCommand (context As InstancePersistenceContext, command As InstancePersistenceCommand, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

매개 변수

context
InstancePersistenceContext

인스턴스 컨텍스트입니다.

command
InstancePersistenceCommand

실행할 지속성 명령입니다.

timeout
TimeSpan

명령 실행에 대한 시간 제한 값입니다.

callback
AsyncCallback

비동기 작업의 완료에 대한 알림을 수신하는 비동기 콜백 대리자입니다.

state
Object

상태 정보입니다.

반환

IAsyncResult

비동기 작업의 상태입니다.

설명

명령을 실행할 수 있으면 지 속성 공급자는 InstancePersistenceContext에서 관련 메서드를 호출 하 여 명령 결과를 제공 합니다.

경고

이 메서드는가 아닌로 선언 되더라도 virtual abstract 구현이 없습니다. 기능을 제공 하기 위해이 메서드를 재정의 해야 합니다.

적용 대상