ServiceClient<T>.Dispose Method ()

 

Releases the resources that are used by the current instance of the ServiceClient<T> class.

Namespace:   Microsoft.WindowsAzure.Common
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public virtual void Dispose()
public:
virtual void Dispose()
abstract Dispose : unit -> unit
override Dispose : unit -> unit
Public Overridable Sub Dispose

Implements

IDisposable.Dispose()

See Also

ServiceClient<T> Class
Microsoft.WindowsAzure.Common Namespace

Return to top