C# Class System.Runtime.Remoting.Lifetime.LeaseLifeTimeServiceProperty

Inheritance: IContextProperty, IContributeObjectSink
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Freeze ( Context newContext ) : void
GetObjectSink ( MarshalByRefObject obj, IMessageSink nextSink ) : IMessageSink
IsNewContextOK ( Context newCtx ) : bool

Method Details

Freeze() public method

public Freeze ( Context newContext ) : void
newContext System.Runtime.Remoting.Contexts.Context
return void

GetObjectSink() public method

public GetObjectSink ( MarshalByRefObject obj, IMessageSink nextSink ) : IMessageSink
obj System.MarshalByRefObject
nextSink IMessageSink
return IMessageSink

IsNewContextOK() public method

public IsNewContextOK ( Context newCtx ) : bool
newCtx System.Runtime.Remoting.Contexts.Context
return bool