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