AIT.Tools.VisualStudioTextTransform.MessageFilter.RetryRejectedCall C# (CSharp) Method

RetryRejectedCall() public method

/
public RetryRejectedCall ( IntPtr threadIDCallee, int dwTickCount, int dwRejectType ) : int
threadIDCallee System.IntPtr
dwTickCount int
dwRejectType int
return int
        public int RetryRejectedCall(IntPtr threadIDCallee, int dwTickCount, int dwRejectType)
        {
            return dwRejectType == SERVERCALL_RETRYLATER ? 150 : -1;
        }