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