BaseAsyncResult.Completed Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Protected Friend Sub Completed ( _
ex As Exception _
)
protected internal void Completed(
Exception ex
)
protected public:
void Completed(
Exception^ ex
)
member Completed :
ex:Exception -> unit
function Completed(
ex : Exception
)
Parameters
- ex
Type: System.Exception
.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.