iControl.iCallPerpetualHandler.remove_subscription C# (CSharp) Méthode

remove_subscription() private méthode

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