'Declaration Public Function BeginFindString( _ ByVal ExecutionHeader As ExecutionHeader, _ ByVal TrustedUserHeader As TrustedUserHeader, _ ByVal StartPage As Integer, _ ByVal EndPage As Integer, _ ByVal FindValue As String, _ ByVal callback As AsyncCallback, _ ByVal asyncState As Object _ ) As IAsyncResult
public IAsyncResult BeginFindString( ExecutionHeader ExecutionHeader, TrustedUserHeader TrustedUserHeader, int StartPage, int EndPage, string FindValue, AsyncCallback callback, object asyncState )
Parameters
- ExecutionHeader
- TrustedUserHeader
- StartPage
- EndPage
- FindValue
- callback
- asyncState