Пример #1
0
 public IRemoteResourceService Asynch(RestfulieCallback callback, object state)
 {
     _asych               = true;
     _clientCallback      = callback;
     _clientCallbackState = state;
     return(this);
 }
 public IRemoteResourceService Asynch(RestfulieCallback callback, object state)
 {
     _asych = true;
     _clientCallback = callback;
     _clientCallbackState = state;
     return this;
 }