This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IP > IPlugInConfigure Interface > IPlugInConfigure.StopPlugIn Method (ArcObjects .NET 10.5 SDK) |
Stops the data link plug in.
[Visual Basic .NET] Public Sub stopPlugIn ( _ ByVal piServerConnection As IPlugin, _ ByVal nShutdownTimeOutInSeconds As Integer _ )
[C#] public void stopPlugIn ( IPlugin piServerConnection, int nShutdownTimeOutInSeconds );
[C++]
HRESULT stopPlugIn(
IPlugin* piServerConnection,
Long nShutdownTimeOutInSeconds
);
[C++]
Parameters piServerConnection [in]
piServerConnection is a parameter of type IPlugin nShutdownTimeOutInSeconds nShutdownTimeOutInSeconds is a parameter of type Long