Property | Type | Description | |
---|---|---|---|
Expiry | System.DateTime | ||
Message | string | ||
NotificationList | List |
||
Source_Host | string | ||
Source_Name | string | ||
User | string |
Method | Description | |
---|---|---|
Contains ( string Target, string Source ) : bool | ||
Notification ( string Target, string Source, string Host, string Text = null ) : System | ||
RemoveOld ( ) : void | ||
RetrieveSource ( string Source ) : |
||
RetrieveTarget ( string Target ) : |
public static Contains ( string Target, string Source ) : bool | ||
Target | string | |
Source | string | |
return | bool |
public Notification ( string Target, string Source, string Host, string Text = null ) : System | ||
Target | string | |
Source | string | |
Host | string | |
Text | string | |
return | System |
public static RetrieveSource ( string Source ) : |
||
Source | string | |
return |
public static RetrieveTarget ( string Target ) : |
||
Target | string | |
return |