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

Inheritance: IContextProperty, IContributeObjectSink
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

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

Method Details

Freeze() public méthode

public Freeze ( Context newContext ) : void
newContext System.Runtime.Remoting.Contexts.Context
Résultat void

GetObjectSink() public méthode

public GetObjectSink ( MarshalByRefObject obj, IMessageSink nextSink ) : IMessageSink
obj System.MarshalByRefObject
nextSink IMessageSink
Résultat IMessageSink

IsNewContextOK() public méthode

public IsNewContextOK ( Context newCtx ) : bool
newCtx System.Runtime.Remoting.Contexts.Context
Résultat bool