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