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);
 }