NotificationMessageHelperSetNotificationLetterStopData Method |
Namespace: SxcUtilsLib
public void SetNotificationLetterStopData( string NotificationLettersGroupId, string NotificationLettersGroupName, string letterStopCount, string letterTotalCount )
Public Sub SetNotificationLetterStopData ( NotificationLettersGroupId As String, NotificationLettersGroupName As String, letterStopCount As String, letterTotalCount As String )
public: void SetNotificationLetterStopData( String^ NotificationLettersGroupId, String^ NotificationLettersGroupName, String^ letterStopCount, String^ letterTotalCount )
member SetNotificationLetterStopData : NotificationLettersGroupId : string * NotificationLettersGroupName : string * letterStopCount : string * letterTotalCount : string -> unit