 | 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.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxvoid AcceptApiInstance(
ICompreDriveWCF apiInstance
)
Sub AcceptApiInstance (
apiInstance As ICompreDriveWCF
)
Parameters
- apiInstance ICompreDriveWCF
- The instance.
See Also