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
- teamProjectCollection
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
- error
Type: System.Exception
- status
Type: Microsoft.VisualStudio.Services.Integration.ConnectionCompletedEventArgs.CompletionStatus
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.