IPluginDataProviderInit Method

Initializes the Data connection and returns a handle, which is needed to close the connection again This system avoids closed connections when multiple plugins access this connection at the same time

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Task<long> Init()

Return Value

TaskInt64
-1 if fails, >0 if successfull

See Also