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