InstanceStore.EndExecute(IAsyncResult) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
비동기 작업을 종료합니다.
public:
System::Runtime::DurableInstancing::InstanceView ^ EndExecute(IAsyncResult ^ result);
public System.Runtime.DurableInstancing.InstanceView EndExecute (IAsyncResult result);
member this.EndExecute : IAsyncResult -> System.Runtime.DurableInstancing.InstanceView
Public Function EndExecute (result As IAsyncResult) As InstanceView
매개 변수
- result
- IAsyncResult
작업의 결과입니다.
반환
명령이 성공적으로 완료된 후 인스턴스의 알려진 상태를 나타내는 InstanceView 개체입니다.
설명
트랜잭션에서 BeginExecute가 호출 된 경우이 상태에는 커밋되지 않은 데이터가 포함 될 수 있습니다. 트랜잭션이 성공적으로 커밋되면 InstanceView 개체의 데이터는 커밋된 것으로 간주 될 수 있습니다.