コード例 #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));
 }
コード例 #2
0
 public GetDsItemInfoResponse GetDsItemInfo(GetDsItemInfoRequest request)
 {
     throw new NotImplementedException();
 }