C# Class Simpl.OODSS.Messages.UpdateMessage

Inheritance: ServiceMessage
Afficher le fichier Open project: ecologylab/simplCSharp Class Usage Examples

Méthodes publiques

Méthode Description
ProcessUpdate ( Scope objectRegistry ) : void

Allows for custom processing of ResponseMessages by ServicesClient, without extending that.

UpdateMessage ( ) : Ecologylab.Collections

Method Details

ProcessUpdate() public abstract méthode

Allows for custom processing of ResponseMessages by ServicesClient, without extending that.
public abstract ProcessUpdate ( Scope objectRegistry ) : void
objectRegistry Scope provide a context for response message processing.
Résultat void

UpdateMessage() public méthode

public UpdateMessage ( ) : Ecologylab.Collections
Résultat Ecologylab.Collections