diff --git a/src/ElectronNET.API/API/Screen.cs b/src/ElectronNET.API/API/Screen.cs
index 5c81e58..613531e 100644
--- a/src/ElectronNET.API/API/Screen.cs
+++ b/src/ElectronNET.API/API/Screen.cs
@@ -124,6 +124,15 @@ namespace ElectronNET.API
/// An array of displays that are currently available.
public Task GetAllDisplaysAsync() => this.InvokeAsync();
+ ///
+ /// An array of displays that are currently available.
+ ///
+ /// The invocation timeout.
+ ///
+ /// An array of displays that are currently available.
+ ///
+ public Task GetAllDisplaysAsync(TimeSpan invocationTimeout) => this.InvokeAsyncWithTimeout(invocationTimeout);
+
///
/// The display nearest the specified point.
///