Freigeben über


ConnectionCompletedEventArgs Constructor

Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)

Syntax

'Declaration
Public Sub New ( _
    teamProjectCollection As TfsTeamProjectCollection, _
    error As Exception, _
    status As ConnectionCompletedEventArgs.CompletionStatus _
)
public ConnectionCompletedEventArgs(
    TfsTeamProjectCollection teamProjectCollection,
    Exception error,
    ConnectionCompletedEventArgs.CompletionStatus status
)
public:
ConnectionCompletedEventArgs(
    TfsTeamProjectCollection^ teamProjectCollection, 
    Exception^ error, 
    ConnectionCompletedEventArgs::CompletionStatus status
)
new : 
        teamProjectCollection:TfsTeamProjectCollection * 
        error:Exception * 
        status:ConnectionCompletedEventArgs.CompletionStatus -> ConnectionCompletedEventArgs
public function ConnectionCompletedEventArgs(
    teamProjectCollection : TfsTeamProjectCollection, 
    error : Exception, 
    status : ConnectionCompletedEventArgs.CompletionStatus
)

Parameters

.NET Framework Security

See Also

Reference

ConnectionCompletedEventArgs Class

Microsoft.VisualStudio.Services.Integration Namespace