Beispiel #1
0
 public GetDsImageAndIDResponse GetDsImageAndID(GetDsImageAndIDRequest request)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public IAsyncResult BeginGetDsImageAndID(GetDsImageAndIDRequest request, AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     return((IAsyncResult)base.BeginInvoke("GetDsImageAndID", _args, callback, asyncState));
 }