iControl.iCallPerpetualHandler.remove_subscription C# (CSharp) 메소드

remove_subscription() 개인적인 메소드

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