iControl.iCallPerpetualHandler.remove_all_subscriptions C# (CSharp) Method

remove_all_subscriptions() private method

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