0 out of 1 rated this helpful - Rate this topic

RemotingServices.Marshal Method

Converts the given MarshalByRefObject into an instance of the ObjRef class, which can be serialized for transmission between application domains and over a network.
Name Description
RemotingServices.Marshal (MarshalByRefObject) Takes a MarshalByRefObject, registers it with the remoting infrastructure, and converts it into an instance of the ObjRef class.
RemotingServices.Marshal (MarshalByRefObject, String) Converts the given MarshalByRefObject into an instance of the ObjRef class with the specified URI.
RemotingServices.Marshal (MarshalByRefObject, String, Type) Takes a MarshalByRefObject and converts it into an instance of the ObjRef class with the specified URI, and the provided Type.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.