[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 );
Exception Type | Condition |
---|---|
ArgumentNullException | is thrown if either targetPrms or cookie is NULL |
ArgumentException | is thrown if the cookie is not of type ServerIdentity |
RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace