EMThumbnailGeneratorCreateAlert Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary
Assembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static void CreateAlert(
string AppName,
int ClientID,
int UserID,
string Message,
string StackTrace,
string FileNameWithFullPath,
bool LogAlert
)
Public Shared Sub CreateAlert (
AppName As String,
ClientID As Integer,
UserID As Integer,
Message As String,
StackTrace As String,
FileNameWithFullPath As String,
LogAlert As Boolean
)
public:
static void CreateAlert(
String^ AppName,
int ClientID,
int UserID,
String^ Message,
String^ StackTrace,
String^ FileNameWithFullPath,
bool LogAlert
)
static member CreateAlert :
AppName : string *
ClientID : int *
UserID : int *
Message : string *
StackTrace : string *
FileNameWithFullPath : string *
LogAlert : bool -> unit
DMLibrary.EMThumbnailGenerator.CreateAlert = function(AppName, ClientID, UserID, Message, StackTrace, FileNameWithFullPath, LogAlert);
Parameters
- AppName
- Type: SystemString
- ClientID
- Type: SystemInt32
- UserID
- Type: SystemInt32
- Message
- Type: SystemString
- StackTrace
- Type: SystemString
- FileNameWithFullPath
- Type: SystemString
- LogAlert
- Type: SystemBoolean
See Also