ClientService.Dispose Method (Boolean)

This member overrides Component.Dispose(Boolean).

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)

Syntax

'Declaration
<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState := True)> _
Protected Overrides Sub Dispose ( _
    disposing As Boolean _
)
[HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)]
protected override void Dispose(
    bool disposing
)
[HostProtectionAttribute(SecurityAction::LinkDemand, SharedState = true)]
protected:
virtual void Dispose(
    bool disposing
) override
[<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)>]
abstract Dispose : 
        disposing:bool -> unit 
[<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)>]
override Dispose : 
        disposing:bool -> unit 
protected override function Dispose(
    disposing : boolean
)

Parameters

Remarks

Note

The HostProtectionAttribute attribute applied to this type or member has the following Resources property value: SharedState. The HostProtectionAttribute does not affect desktop applications (which are typically started by double-clicking an icon, typing a command, or entering a URL in a browser). For more information, see the HostProtectionAttribute class or SQL Server Programming and Host Protection Attributes.

.NET Framework Security

See Also

Reference

ClientService Class

Dispose Overload

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace