IService1PauseScheduledLetterById Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/PauseScheduledLetterById", ReplyAction = "http://tempuri.org/IService1/PauseScheduledLetterByIdResponse")] bool PauseScheduledLetterById( string zzRowId, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/PauseScheduledLetterById", ReplyAction := "http://tempuri.org/IService1/PauseScheduledLetterByIdResponse")> Function PauseScheduledLetterById ( zzRowId As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/PauseScheduledLetterById", ReplyAction = L"http://tempuri.org/IService1/PauseScheduledLetterByIdResponse")] bool PauseScheduledLetterById( String^ zzRowId, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/PauseScheduledLetterById", ReplyAction = "http://tempuri.org/IService1/PauseScheduledLetterByIdResponse")>] abstract PauseScheduledLetterById : zzRowId : string * key : string -> bool