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