Aspose.Plugins.AsposeVSOpenXML.XpsPrintHelper.WaitForSingleObject C# (CSharp) Méthode

WaitForSingleObject() private méthode

private WaitForSingleObject ( IntPtr handle, Int32 milliseconds ) : WAIT_RESULT
handle System.IntPtr
milliseconds System.Int32
Résultat WAIT_RESULT
        private static extern WAIT_RESULT WaitForSingleObject(IntPtr handle, Int32 milliseconds);