iControl.LocalLBLSNLogProfile.set_quota_exceeded_action C# (CSharp) Method

set_quota_exceeded_action() private method

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