ArcGIS Runtime SDK for WPF - Library Reference
StopAsync(Action<LocalService>) Method
See Also 
ESRI.ArcGIS.Client.Local Namespace > LocalService Class > StopAsync Method : StopAsync(Action<LocalService>) Method

callback
The Action delegate to be called when the StopAsync operation has completed.
This will initiate stopping the local service. The callback action will be called when the service has stopped.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub StopAsync( _
   ByVal callback As Action(Of LocalService) _
) 
C# 
public void StopAsync( 
   Action<LocalService> callback
)

Parameters

callback
The Action delegate to be called when the StopAsync operation has completed.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.