iControl.iCallPerpetualHandler.remove_filter C# (CSharp) Method

remove_filter() private method

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