iControl.LocalLBLSNLogProfile.Endget_quota_exceeded_action C# (CSharp) 메소드

Endget_quota_exceeded_action() 공개 메소드

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