NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RemotingServices.Marshal (MarshalByRefObject)

Takes an object and converts it into an instance of the ObjRef class, which in turn, can be serialized for transmission between AppDomain, even over the wire.

[Visual Basic]
Overloads Public Shared Function Marshal( _
   ByVal Obj As MarshalByRefObject _
) As ObjRef
[C#]
public static ObjRef Marshal(
   MarshalByRefObject Obj
);
[C++]
public: static ObjRef* Marshal(
   MarshalByRefObject* Obj
);
[JScript]
public static function Marshal(
   Obj : MarshalByRefObject
) : ObjRef;

Parameters

Obj
the object

Return Value

An ObjRef.

See Also

RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace | RemotingServices.Marshal Overload List