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