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합니다.

설명

경고

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

적용 대상