ProcessUpdate() public abstract method

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.
return void
 private void ProcessUpdate(UpdateMessage updateMessage)
 {
     updateMessage.ProcessUpdate(ObjectRegistry);
 }