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

[Visual Basic]
Public Shared Function IsObjectOutOfContext( _
   ByVal tp As Object _
) As Boolean
[C#]
public static bool IsObjectOutOfContext(
   object tp
);
[C++]
public: static bool IsObjectOutOfContext(
   Object* tp
);
[JScript]
public static function IsObjectOutOfContext(
   tp : Object
) : Boolean;

Parameters

tp
the object to check

Return Value

Return true if object is a out of the current context, else false

See Also

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