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