Ejemplo n.º 1
0
 public IAsyncResult BeginGetDsItemInfo(GetDsItemInfoRequest request, AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     return((IAsyncResult)base.BeginInvoke("GetDsItemInfo", _args, callback, asyncState));
 }
Ejemplo n.º 2
0
 public GetDsItemInfoResponse GetDsItemInfo(GetDsItemInfoRequest request)
 {
     throw new NotImplementedException();
 }