Unlocks all selected values of a specific field if the target (or handle ) is a field.
public Task<T> UnlockAsync<T>( AsyncHandle asyncHandle, Func<Response, T> onResult )
Public Function UnlockAsync(Of T) ( asyncHandle As AsyncHandle, onResult As Func(Of Response, T) ) As Task(Of T)