Chameleon and Iguana Plugin C# Class Libraries

SourceMessageRequestedEventOutputs Members

SourceMessageRequestedEventOutputs overview

Public Instance Constructors

SourceMessageRequestedEventOutputs Overloaded. Initializes a new instance of the SourceMessageRequestedEventOutputs class.

Public Instance Properties

OutboundMessage Message to send back to Iguana, or an empty string if a message is not presently available.
PluginMessageId Id to be assigned by the plugin to uniquely identify OutboundMessage.
StopChannelErrorFlag When combined with StopChannelFlag, requests that Iguana stop the channel with the channel status set to 'error'.
StopChannelFlag Requests that Iguana stop the channel to which the plugin is connected.
StopChannelReason Describes the reason for the 'stop channel' request.

Public Instance Methods

AddDebugLogMessage Adds a debug log message to Iguana's logs.
AddErrorLogMessage Adds an error log message to Iguana's logs.
AddInfoLogMessage Adds an info log message to Iguana's logs.
AddWarningLogMessage Adds a warning log message to Iguana's logs.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
handle Get handle. This is used in the internal implementation and should not be invoked directly.
ToString (inherited from Object) 

Protected Instance Methods

Finalize Destructor.
MemberwiseClone (inherited from Object) 

See Also

SourceMessageRequestedEventOutputs Class | iNTERFACEWARE.Iguana.Plugin Namespace