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