pmMDA.NET

HostRemotingHandler Methods

The methods of the HostRemotingHandler class are listed below. For a complete list of HostRemotingHandler class members, see the HostRemotingHandler Members topic.

Public Instance Methods

Contains Returns whether a specified indexed property contains a specified item.
ContainsAll Returns whether a specified indexed property contains all specified items.
CreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetCountOverloaded. Gets the count of data objects which are from a specified type.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetPersistentItemIds Returns the identifiers of the specified items which are persistent.
GetType (inherited from Object) Gets the Type of the current instance.
IndexOf Gets the index of an item of an indexed property.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
Remove Removes a specified data object from the server.
RetrieveOverloaded. Retrieves a subset of data objects which are from a specified type and which follow the last available item.
RetrieveLwOverloaded. Retrieves the list of lightweight data objects of the given type.
RetrievePagedOverloaded. Retrieves the data objects tree using paging.
StoreOverloaded. Stores the data objects which belong to the specified dogUpdates within one transaction.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

HostRemotingHandler Class | PmMda.Net.Dog.Remoting Namespace