DFSLink Developer Documentation

DFSLink.sendMessage Method 

Send info, warning or error messages to a message processing object.

private void sendMessage(
   int errorCode,
   string message,
   int type
);

Parameters

errorCode
The error or warning code.
message
The error or warning message.
type
The type of the message. AExternalData

See Also

DFSLink Class | dfslink Namespace