This topic has not yet been rated - Rate this topic

ApplicationManager Methods

(see also Protected Methods )
  Name Description
Public method Close
Shuts down all application domains.
Public method CreateObject Overloaded.
Creates an object for the specified application domain.
Public method CreateObjRef 
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(inherited from MarshalByRefObject)
Public method Equals  Overloaded.
Determines whether two Object instances are equal.
(inherited from Object)
Public method Static GetApplicationManager
Returns the single instance of the ApplicationManager object associated with this ASP.NET host process.
Public method GetHashCode 
Serves as a hash function for a particular type.
(inherited from Object)
Public method GetLifetimeService 
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(inherited from MarshalByRefObject)
Public method GetObject
Returns the registered object of the specified type from the specified application.
Public method GetRunningApplications
Returns a snapshot of running applications.
Public method GetType 
Gets the Type of the current instance.
(inherited from Object)
Public method InitializeLifetimeService Overridden.
Gives the application domain an infinite lifetime by preventing a lease from being created.
Public method IsIdle
Returns a value indicating whether all applications hosted by the process are idle and not processing requests.
Public method Open
Makes a thread-safe increment to the user reference count of the application manager instance.
Public method Static ReferenceEquals 
Determines whether the specified Object instances are the same instance.
(inherited from Object)
Public method ShutdownAll
Unloads all application resources.
Public method ShutdownApplication
Unloads the specified application.
Public method StopObject
Removes the specified object from the list of registered objects in an application. If the object to be removed is the last remaining object in the list of registered objects in an application, the application is unloaded.
Public method ToString 
Returns a String that represents the current Object.
(inherited from Object)
Top
  Name Description
Protected method Finalize 
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(inherited from Object)
Protected method MemberwiseClone  Overloaded. (inherited from MarshalByRefObject)
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ