|
|
|
|
|
<Connection variable>.NotifDeleteCCRecipient (Function) In french: <Variable Connexion>.NotifSupprimeDestinataireCC
Available only with this kind of connection
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool). This notification is sent by the HFSQL server when a problem occurs. ctCSConnection is Connection ctCSConnection.Provider = hAccessHFClientServer ctCSConnection.User = "admin" ctCSConnection.Password = "" ctCSConnection.Server = "test:4900" ctCSConnection.OpenConnection() Â ctCSConnection.NotifConfigure(hNotifCCCS, "DOC:4988", "CC_DOC", "DOC", "") ctCSConnection.NotifAddCCRecipient("Vince", hNotifWarning) Â ctCSConnection.NotifDeleteCCRecipient("Vince")
Syntax
<Result> = <Connection>.NotifDeleteCCRecipient(<Recipient>)
<Result>: Boolean - True if deleted successfully.
- False otherwise. HErrorInfo is used to identify the error.
<Connection>: Connection variable Name of the Connection variable that describes the connection to use. <Recipient>: Character string Name of the recipient to delete. This name must correspond to a user defined in the database of Control Centers.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|