ServiceProxyFactory.Dispose Method

Definition

Releases managed/unmanaged resources. Dispose Method is being added rather than making it IDisposable so that it doesn't change type information and wont be a breaking change.

public void Dispose ();
member this.Dispose : unit -> unit
Public Sub Dispose ()

Applies to