ProcessUpdate() публичный абстрактный Метод

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.
Результат void
 private void ProcessUpdate(UpdateMessage updateMessage)
 {
     updateMessage.ProcessUpdate(ObjectRegistry);
 }