iControl.iCallPerpetualHandler.remove_all_filters C# (CSharp) Method

remove_all_filters() private method

private remove_all_filters ( string handlers, string subscriptions ) : void
handlers string
subscriptions string
return void
        public void remove_all_filters(
		string [] handlers,
		string [] [] subscriptions
	)
        {
            this.Invoke("remove_all_filters", new object [] {
                handlers,
                subscriptions});
        }
iCallPerpetualHandler