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, String)

[To be supplied.]

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

Parameters

Obj
[To be supplied.]
URI
[To be supplied.]

See Also

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