Gets a response from the subscriber of the notification, if they provide one as part of the schema for the event. TypeScript Sao chép function getResponse(): Promise<string> Returns Promise<string> A promise with the data representing the return payload serialized as a string....
AResultSetobject is a table of data representing a database result set, which is usually generated by executing a statement that queries the database. For example, theCoffeeTables.viewTablemethod creates aResultSet,rs, when it executes the query through theStatementobject,stmt. Note that aResult...
The delegate that represents the code to execute in the task. When the function has completed, the task'sResultproperty will be set to return the result value of the function. state Object An object representing data to be used by the action. ...
Test attachment ID of action recording. Area Reference to area path of test. AssociatedBugs Reference to bugs linked to test result. AutomatedTestId ID representing test method in a dll. AutomatedTestStorage Container to which test belongs. ...
_results.Add(newRecordToken<PalasoTestItem>(_dataMapper, _resultSet[2].Id)); Assert.AreNotEqual(_results.Count, resultSet.Count); } 开发者ID:JohnThomson,项目名称:libpalaso,代码行数:7,代码来源:ResultSetTests.cs 示例6: ChangeBooking
SetUserOofSettingsResponse SharedFolderId SharePointSiteUrl SharePointUrl (MasterMailboxType) SharingEffectiveRights (CalendarPermissionReadAccessType) SharingEffectiveRights (PermissionReadAccessType) SharingFolderId SharingSecurity ShowExternalRecipientCount SID SIPResponseCode SIPResponseText Size Size (long) Siz...
{ Long.valueOf(updateCount), Long.valueOf(updateID), conn, creatorStmt }, conn.getExceptionInterceptor()); } /** * Creates a result set instance that represents a query result -- We need * to provide factory-style methods so we can support both JDBC3 (and older) * and JDBC4 ...
1. An arrangement for representing the content of number disc counters in the form of electrical signals, comprising optical markings (16) disposed on the peripheral surface of at least one number disc (11; 12; 13; 21; 23; 25) and a photoelectric sensing means (17) for sensing the ...
url: url to profile page of athlete lastname, firstname, nation, federation: pretty much self explanatory result: result of competitor for given heat (not set for general result) rank_prev_heat: result&rank of previous heat if counting in countback resultN: N=0, 1, 2, ... result in...
▲点赞 3▼ importedu.cmu.sphinx.result.Result;//导入依赖的package包/类/** * Ranks the given set of tokens * *@paramresult the result to process */privatevoidprocess(Resultresult){if(result.isFinal()) { collectStatistics(result);