Example #1
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);
 }
Example #2
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));
 }
Example #3
0
 public InsertRequest(_NorthwintClient.NorthwindServiceReference.AuthHeader AuthHeader, _NorthwintClient.NorthwindServiceReference.Category category)
 {
     this.AuthHeader = AuthHeader;
     this.category   = category;
 }