addInterceptor method

void addInterceptor (
  1. ICommandInterceptor interceptor
)
inherited

Adds a ICommandInterceptor command interceptor to this command set.

  • interceptor the interceptor to add. See ICommandInterceptor