RecycleLimitMonitor.RecycleLimitMonitorSingleton Class

Definition

Encapsulates a recycle limit monitor singleton.

This API supports the product infrastructure and is not intended to be used directly from your code.

public: ref class RecycleLimitMonitor::RecycleLimitMonitorSingleton : MarshalByRefObject
public class RecycleLimitMonitor.RecycleLimitMonitorSingleton : MarshalByRefObject
type RecycleLimitMonitor.RecycleLimitMonitorSingleton = class
    inherit MarshalByRefObject
Public Class RecycleLimitMonitor.RecycleLimitMonitorSingleton
Inherits MarshalByRefObject
Inheritance
RecycleLimitMonitor.RecycleLimitMonitorSingleton

Methods

CreateObjRef(Type)

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.

(Inherited from MarshalByRefObject)
Dispose()

This API supports the product infrastructure and is not intended to be used directly from your code.

Releases all resources used by the recycle limit monitor.

EnsureCreated()

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a recycle limit monitor singleton if it doesn't already exist.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetLifetimeService()
Obsolete.

Retrieves the current lifetime service object that controls the lifetime policy for this instance.

(Inherited from MarshalByRefObject)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
InitializeLifetimeService()

This API supports the product infrastructure and is not intended to be used directly from your code.

Obtains a lifetime service object to control the lifetime policy for this instance.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
MemberwiseClone(Boolean)

Creates a shallow copy of the current MarshalByRefObject object.

(Inherited from MarshalByRefObject)
RegisterProxyAndStart(RecycleLimitMonitor, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Registers a recycle limit monitor proxy and starts a timer.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
UnregisterProxyAndStop(RecycleLimitMonitor)

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes a recycle limit monitor proxy.

Applies to