The methods of the ProcessorHelperData class are listed below. For a complete list of ProcessorHelperData class members, see the ProcessorHelperData Members topic.
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLogger | Returns an ILog log4net interface implementation, so that any class that implements the IMessageProcessor interface will have access to a logging mechanism if so required |
GetSetting | Gets a value from the application's application settings config file |
GetType (inherited from Object) | Gets the Type of the current instance. |
IsMasterPasswordMatch | Checks if the password matches the master password set duing initialization. This allows the implementor of the IMessageProcessor interface to check if they has received the master password, yet not necessarily know what it is until a match is found. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ProcessorHelperData Class | Whisperstream.SMSProcessor Namespace