C# Class CodeSharp.Core.Castles.Test.RemotingTest.TrackingHandler

Inheritance: ITrackingHandler
Mostra file Open project: codesharp/infrastructure

Public Methods

Method Description
DisconnectedObject ( object obj ) : void
MarshaledObject ( object obj, System or ) : void
UnmarshaledObject ( object obj, System or ) : void

Method Details

DisconnectedObject() public method

public DisconnectedObject ( object obj ) : void
obj object
return void

MarshaledObject() public method

public MarshaledObject ( object obj, System or ) : void
obj object
or System
return void

UnmarshaledObject() public method

public UnmarshaledObject ( object obj, System or ) : void
obj object
or System
return void