IService1GetAllUntiedFaxes Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/GetAllUntiedFaxes", ReplyAction = "http://tempuri.org/IService1/GetAllUntiedFaxesResponse")] DataSet GetAllUntiedFaxes( string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/GetAllUntiedFaxes", ReplyAction := "http://tempuri.org/IService1/GetAllUntiedFaxesResponse")> Function GetAllUntiedFaxes ( key As String ) As DataSet
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/GetAllUntiedFaxes", ReplyAction = L"http://tempuri.org/IService1/GetAllUntiedFaxesResponse")] DataSet^ GetAllUntiedFaxes( String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/GetAllUntiedFaxes", ReplyAction = "http://tempuri.org/IService1/GetAllUntiedFaxesResponse")>] abstract GetAllUntiedFaxes : key : string -> DataSet