C# Class System.Runtime.Remoting.Contexts.DynamicPropertyCollection

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
NotifyMessage ( bool start, IMessage msg, bool client_site, bool async ) : void
RegisterDynamicProperty ( IDynamicProperty prop ) : bool
UnregisterDynamicProperty ( string name ) : bool

Private Methods

Méthode Description
FindProperty ( string name ) : int

Method Details

NotifyMessage() public méthode

public NotifyMessage ( bool start, IMessage msg, bool client_site, bool async ) : void
start bool
msg IMessage
client_site bool
async bool
Résultat void

RegisterDynamicProperty() public méthode

public RegisterDynamicProperty ( IDynamicProperty prop ) : bool
prop IDynamicProperty
Résultat bool

UnregisterDynamicProperty() public méthode

public UnregisterDynamicProperty ( string name ) : bool
name string
Résultat bool