SessionDisplay.WaitForContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| WaitForContent(ScreenFieldCollection, Int32) | |
| WaitForContent(ScreenPartialFieldCollection, Int32) | |
| WaitForContent(String, Int32) | |
| WaitForContent(String[], Int32) |
WaitForContent(ScreenFieldCollection, Int32)
public:
int WaitForContent(Microsoft::HostIntegration::SNA::Session::ScreenFieldCollection ^ fields, int timeout);
public int WaitForContent (Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection fields, int timeout);
member this.WaitForContent : Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection * int -> int
Public Function WaitForContent (fields As ScreenFieldCollection, timeout As Integer) As Integer
Parameters
- fields
- ScreenFieldCollection
- timeout
- Int32
Returns
Applies to
WaitForContent(ScreenPartialFieldCollection, Int32)
public:
int WaitForContent(Microsoft::HostIntegration::SNA::Session::ScreenPartialFieldCollection ^ partialFields, int timeout);
public int WaitForContent (Microsoft.HostIntegration.SNA.Session.ScreenPartialFieldCollection partialFields, int timeout);
member this.WaitForContent : Microsoft.HostIntegration.SNA.Session.ScreenPartialFieldCollection * int -> int
Public Function WaitForContent (partialFields As ScreenPartialFieldCollection, timeout As Integer) As Integer
Parameters
- partialFields
- ScreenPartialFieldCollection
- timeout
- Int32
Returns
Applies to
WaitForContent(String, Int32)
public:
void WaitForContent(System::String ^ searchText, int timeout);
public void WaitForContent (string searchText, int timeout);
member this.WaitForContent : string * int -> unit
Public Sub WaitForContent (searchText As String, timeout As Integer)
Parameters
- searchText
- String
- timeout
- Int32
Applies to
WaitForContent(String[], Int32)
public:
int WaitForContent(cli::array <System::String ^> ^ searchTexts, int timeout);
public int WaitForContent (string[] searchTexts, int timeout);
member this.WaitForContent : string[] * int -> int
Public Function WaitForContent (searchTexts As String(), timeout As Integer) As Integer
Parameters
- searchTexts
- String[]
- timeout
- Int32