예제 #1
0
 public System.Threading.Tasks.Task <_NorthwintClient.NorthwindServiceReference.InsertResponse> InsertAsync(_NorthwintClient.NorthwindServiceReference.AuthHeader AuthHeader, _NorthwintClient.NorthwindServiceReference.Category category)
 {
     _NorthwintClient.NorthwindServiceReference.InsertRequest inValue = new _NorthwintClient.NorthwindServiceReference.InsertRequest();
     inValue.AuthHeader = AuthHeader;
     inValue.category   = category;
     return(((_NorthwintClient.NorthwindServiceReference.NorthwindDataServiceSoap)(this)).InsertAsync(inValue));
 }
예제 #2
0
 public string Insert(_NorthwintClient.NorthwindServiceReference.AuthHeader AuthHeader, _NorthwintClient.NorthwindServiceReference.Category category)
 {
     _NorthwintClient.NorthwindServiceReference.InsertRequest inValue = new _NorthwintClient.NorthwindServiceReference.InsertRequest();
     inValue.AuthHeader = AuthHeader;
     inValue.category   = category;
     _NorthwintClient.NorthwindServiceReference.InsertResponse retVal = ((_NorthwintClient.NorthwindServiceReference.NorthwindDataServiceSoap)(this)).Insert(inValue);
     return(retVal.InsertResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <_NorthwintClient.NorthwindServiceReference.InsertResponse> _NorthwintClient.NorthwindServiceReference.NorthwindDataServiceSoap.InsertAsync(_NorthwintClient.NorthwindServiceReference.InsertRequest request)
 {
     return(base.Channel.InsertAsync(request));
 }
예제 #4
0
 _NorthwintClient.NorthwindServiceReference.InsertResponse _NorthwintClient.NorthwindServiceReference.NorthwindDataServiceSoap.Insert(_NorthwintClient.NorthwindServiceReference.InsertRequest request)
 {
     return(base.Channel.Insert(request));
 }