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

callback
The Action delegate called when the asynchronous operation completes.
Shuts down the LocalServer, the callback action is called when the server has stopped.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub ShutdownAsync( _
   ByVal callback As Action _
) 
C# 
public static void ShutdownAsync( 
   Action callback
)

Parameters

callback
The Action delegate called when the asynchronous operation completes.

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.