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!

ChannelServices.GetURLsforObject

[Visual Basic]
Public Shared Function GetURLsforObject( _
   ByVal obj As MarshalByRefObject _
) As String ()
[C#]
public static string[] GetURLsforObject(
   MarshalByRefObject obj
);
[C++]
public: static String* GetURLsforObject(
   MarshalByRefObject* obj
) [];
[JScript]
public static function GetURLsforObject(
   obj : MarshalByRefObject
) : String[];

Parameters

obj
The object to retrieve the URL array for

Return Value

Returns an array of strings containing the URL's or null if none were found

See Also

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