iControl.iCallPerpetualHandler.remove_subscription C# (CSharp) Method

remove_subscription() private method

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