File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,15 @@ internal static Screen Instance
124124 /// <returns>An array of displays that are currently available.</returns>
125125 public Task < Display [ ] > GetAllDisplaysAsync ( ) => this . InvokeAsync < Display [ ] > ( ) ;
126126
127+ /// <summary>
128+ /// An array of displays that are currently available.
129+ /// </summary>
130+ /// <param name="invocationTimeout">The invocation timeout.</param>
131+ /// <returns>
132+ /// An array of displays that are currently available.
133+ /// </returns>
134+ public Task < Display [ ] > GetAllDisplaysAsync ( TimeSpan invocationTimeout ) => this . InvokeAsyncWithTimeout < Display [ ] > ( invocationTimeout ) ;
135+
127136 /// <summary>
128137 /// The display nearest the specified point.
129138 /// </summary>
You can’t perform that action at this time.
0 commit comments