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

[Visual Basic]
Public Shared Sub ReactivateObject( _
   ByVal targetPrms As IConstructionCallMessage, _
   ByVal cookie As Object _
)
[C#]
public static void ReactivateObject(
   IConstructionCallMessage targetPrms,
   object cookie
);
[C++]
public: static void ReactivateObject(
   IConstructionCallMessage* targetPrms,
   Object* cookie
);
[JScript]
public static function ReactivateObject(
   targetPrms : IConstructionCallMessage,
   cookie : Object
);

Parameters

targetPrms
The target object to attach
cookie
[To be supplied.]

Exceptions

Exception Type Condition
ArgumentNullException is thrown if either targetPrms or cookie is NULL
ArgumentException is thrown if the cookie is not of type ServerIdentity

See Also

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