DestroyInstance()

Namespace ›› System ›› MfResourceSingletonBase ›› Methods ››
Parent Previous Next

DestroyInstance()

Overrides MfSingletonBase.DestroyInstance()

Abstract Method.

instance.DestroyInstance()

DestroyInstance()

Set current instance of singleton derived class to null.

Throws

Throws MfNotImplementedException if not implemented in derived class.

Remarks

Abstract Method.
DestroyInstance() is an abstract method and must be implemeted in derived class.