iControl.iCallPerpetualHandler.get_filter C# (CSharp) Method

get_filter() private method

private get_filter ( string handlers, string subscriptions ) : string[][][]
handlers string
subscriptions string
return string[][][]
        public string[][][] get_filter(
		string [] handlers,
		string [] [] subscriptions
	)
        {
            object [] results = this.Invoke("get_filter", new object [] {
                handlers,
                subscriptions});
            return ((string [] [] [])(results[0]));
        }
iCallPerpetualHandler