iControl.LocalLBLSNLogProfile.Endget_quota_exceeded_action C# (CSharp) Method

Endget_quota_exceeded_action() public method

public Endget_quota_exceeded_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
asyncResult System
return iControl.LocalLBProfileLogAction[]
        public LocalLBProfileLogAction[] Endget_quota_exceeded_action(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileLogAction [])(results[0]));
        }
LocalLBLSNLogProfile