iControl.LocalLBLSNLogProfile.set_quota_exceeded_action C# (CSharp) Méthode

set_quota_exceeded_action() private méthode

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