Frees any resources associated with the Container.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public void Dispose() |
Visual Basic (Declaration) |
---|
Public Sub Dispose |
Visual C++ |
---|
public: virtual void Dispose() sealed |
Implements
IDisposable..::.Dispose()()()
Remarks
The Container may not be reused after it has been Disposed and any attempt
to do so will cause a ObjectDisposedException to be thrown.