iControl.LocalLBLSNLogProfile.get_quota_exceeded_action C# (CSharp) Method

get_quota_exceeded_action() private method

private get_quota_exceeded_action ( string profiles ) : iControl.LocalLBProfileLogAction[]
profiles string
return iControl.LocalLBProfileLogAction[]
        public LocalLBProfileLogAction[] get_quota_exceeded_action(
		string [] profiles
	)
        {
            object [] results = this.Invoke("get_quota_exceeded_action", new object [] {
                profiles});
            return ((LocalLBProfileLogAction [])(results[0]));
        }
LocalLBLSNLogProfile