JSObject::ApplyChanges Method

When this method called, all properties getters are internally called looking for changes. Any change to the property value is sent to the client.

C++

__stdcall HRESULT ApplyChanges();

Group

JSObject Methods