EventDispatcherServerClient.Dispatcher Property
public EventDispatcher Dispatcher {get; set;}
This language is not supported or no code example is available.
public:
property EventDispatcher^ Dispatcher {
EventDispatcher^ get( );
void set(
EventDispatcher^ value
);
}
This language is not supported or no code example is available.
public function get Dispatcher() : EventDispatcher;
public function set Dispatcher(value : EventDispatcher);
This language is not supported or no code example is available.