Click or drag to resize

PluginCommandResult(PluginCommandState, String) Constructor

Initializes a new instance of the PluginCommandResult class.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public PluginCommandResult(
	PluginCommandState state,
	string message
)

Parameters

state  PluginCommandState
The result state.
message  String
A message describing the result.
See Also