InstanceStore.EndTryCommand(IAsyncResult) 메서드

정의

비동기 작업을 종료합니다.

protected public:
 virtual bool EndTryCommand(IAsyncResult ^ result);
protected internal virtual bool EndTryCommand(IAsyncResult result);
abstract member EndTryCommand : IAsyncResult -> bool
override this.EndTryCommand : IAsyncResult -> bool
Protected Friend Overridable Function EndTryCommand (result As IAsyncResult) As Boolean

매개 변수

result
IAsyncResult

작업의 결과입니다.

반품

지속성 공급자 구현은 BeginTryCommand 메서드에 전달된 명령을 지원하지 않는 경우 false를 반환해야 합니다. 그렇지 않으면 true를 반환하거나 예외를 throw해야 합니다.

설명

Warning

이 메서드는 대신 virtual선언되지만 abstract 구현은 없습니다. 기능을 제공하려면 이 메서드를 재정의해야 합니다.

적용 대상