iControl.LocalLBLSNLogProfile.set_quota_exceeded_action C# (CSharp) 메소드

set_quota_exceeded_action() 개인적인 메소드

private set_quota_exceeded_action ( string profiles, LocalLBProfileLogAction actions ) : void
profiles string
actions LocalLBProfileLogAction
리턴 void
        public void set_quota_exceeded_action(
		string [] profiles,
		LocalLBProfileLogAction [] actions
	)
        {
            this.Invoke("set_quota_exceeded_action", new object [] {
                profiles,
                actions});
        }
LocalLBLSNLogProfile