iControl.iCallTriggeredHandler.get_filter C# (CSharp) 메소드

get_filter() 개인적인 메소드

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