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.Connect

Takes in the Type of the server class.

Overload List

Takes in the Type of the server class, and the URL to the server class and creates a proxy object out of it.

[Visual Basic] Overloads Public Shared Function Connect(Type, String) As MarshalByRefObject
[C#] public static MarshalByRefObject Connect(Type, String);
[C++] public: static MarshalByRefObject* Connect(Type*, String);
[JScript] public static function Connect(Type, String) : MarshalByRefObject;
[Visual Basic] Overloads Public Shared Function Connect(Type, String, Object) As MarshalByRefObject
[C#] public static MarshalByRefObject Connect(Type, String, Object);
[C++] public: static MarshalByRefObject* Connect(Type*, String, Object);
[JScript] public static function Connect(Type, String, Object) : MarshalByRefObject;

See Also

RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace