PersistenceIOParticipant.EndOnLoad(IAsyncResult) Método
Definição
Conclui a operação de carregamento assíncrona.Completes the asynchronous Load operation.
protected:
virtual void EndOnLoad(IAsyncResult ^ result);
protected virtual void EndOnLoad (IAsyncResult result);
abstract member EndOnLoad : IAsyncResult -> unit
override this.EndOnLoad : IAsyncResult -> unit
Protected Overridable Sub EndOnLoad (result As IAsyncResult)
Parâmetros
- result
- IAsyncResult
O resultado assíncrono retornado por uma chamada para o método BeginOnSave(IDictionary<XName,Object>, IDictionary<XName,Object>, TimeSpan, AsyncCallback, Object).The asynchronous result returned by a call to the BeginOnSave(IDictionary<XName,Object>, IDictionary<XName,Object>, TimeSpan, AsyncCallback, Object) method.