Partager via


AsyncCompletedEventArgs Constructor

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Initializes a new instance of the AsyncCompletedEventArgs class.

Namespace: Microsoft.SpeechServer
Assembly: Microsoft.SpeechServer (in microsoft.speechserver.dll)

Syntax

'Declaration
Public Sub New ( _
    error As Exception, _
    canceled As Boolean, _
    userState As Object _
)
public AsyncCompletedEventArgs (
    Exception error,
    bool canceled,
    Object userState
)

Parameters

  • error
    The error that caused the operation to complete.
  • canceled
    True if the operation was canceled; otherwise False.
  • userState
    The user state.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

Windows Server 2003

See Also

Reference

AsyncCompletedEventArgs Class
AsyncCompletedEventArgs Members
Microsoft.SpeechServer Namespace