Click or drag to resize

ICommandAcceptorAcceptApiInstance Method

Is called during plugin initialization on CompreDriveControl start and allows the plugin to receive an API interface of the CompreDriveControl instance it is loaded into.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
void AcceptApiInstance(
	ICompreDriveWCF apiInstance
)

Parameters

apiInstance  ICompreDriveWCF
The instance.
See Also