DFSLink Developer Documentation

MessageProcessor Methods

The methods of the MessageProcessor class are listed below. For a complete list of MessageProcessor class members, see the MessageProcessor Members topic.

Public Static Methods

Equals (inherited from Object) 
ReferenceEquals (inherited from Object) 

Public Instance Methods

closeFiles Close a open handle for a file.
countError (inherited from AExternalData) Increase the error counter.
countWarning (inherited from AExternalData) Increase the warning counter.
Dispose (inherited from AExternalData) Dispose this object.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
openLogFileOverloaded. Opens a log file with the specfied name in append or overwrite mode. The file handle are kept in swLog. swLog If there is also a file open, the file will be closed and reopened in append mode.
openScriptFileOverloaded. Opens a script file with the specfied name in append or overwrite mode. The file handle are kept in swScript. swScript If there is also a file open, the file will be closed and reopened in append mode.
processMessage Process incoming messages.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from AExternalData) Use C# destructor syntax for finalization code. This destructor will run only if the Dispose method does not get called. It gives your base class the opportunity to finalize. Do not provide destructors in types derived from this class.
MemberwiseClone (inherited from Object) 
openFile (inherited from AExternalData) Open and writes text to a file. The append argument specify the append or overwrite mode, so it is possible to append data to an existing file or overwrite an existing file. The file will be created if they doesn't exist.

See Also

MessageProcessor Class | dfslink Namespace