Initializes a new instance of the
AsyncResponder class with common callback functions.
Syntax
Visual Basic (Declaration)
C#
Public Function New( _
ByVal result As ESRI.ArcGIS.Client.BACore.Client.AsyncCallback(Of ClientEventArgs), _
ByVal fault As ESRI.ArcGIS.Client.BACore.Client.AsyncCallback(Of TaskFailedEventArgs) _
)
public AsyncResponder(
ESRI.ArcGIS.Client.BACore.Client.AsyncCallback<ClientEventArgs> result,
ESRI.ArcGIS.Client.BACore.Client.AsyncCallback<TaskFailedEventArgs> fault
)
Parameters
- result
- Result callback function (can be null).
- fault
- Fault callback function (can be null).
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also