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

callback
Asynchronously initializes the LocalServer. The callback action is called when the server has started or if the server is already running the callback is called immediately.

Syntax

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

Remarks

The InitializeCompleted event should be handled to confirm that no errors were encountered during initialization of the LocalServer. The InitializationError property will contain an exception if an error occurred.

Parameters

callback

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.