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