Exemplo n.º 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));
 }
Exemplo n.º 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);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <_NorthwintClient.NorthwindServiceReference.InsertResponse> _NorthwintClient.NorthwindServiceReference.NorthwindDataServiceSoap.InsertAsync(_NorthwintClient.NorthwindServiceReference.InsertRequest request)
 {
     return(base.Channel.InsertAsync(request));
 }
Exemplo n.º 4
0
 _NorthwintClient.NorthwindServiceReference.InsertResponse _NorthwintClient.NorthwindServiceReference.NorthwindDataServiceSoap.Insert(_NorthwintClient.NorthwindServiceReference.InsertRequest request)
 {
     return(base.Channel.Insert(request));
 }