SessionDisplay.WaitForContent Method

Definition

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

timeout
Int32

Returns

Int32

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

timeout
Int32

Returns

Int32

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

Returns

Int32

Applies to