iControl.GlobalLBGlobals.Endget_time_tolerance C# (CSharp) Méthode

Endget_time_tolerance() public méthode

public Endget_time_tolerance ( System asyncResult ) : long
asyncResult System
Résultat long
        public long Endget_time_tolerance(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long)(results[0]));
        }
GlobalLBGlobals