HWSAdapterObject members
Include protected members
Include inherited members
Represents a connection to submit form information to a Microsoft Biztalk 2004 HWS (Human Workflow Services) server.
The HWSAdapterObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | Returns the name of an HWSAdapterObject object. (Inherited from HWSAdapter.) | |
QueryAllowed | Returns a value that is always false, corresponding to the queryAllowed attribute in the form definition file (.xsf). (Inherited from HWSAdapter.) | |
SubmitAllowed | Returns a value that is always true, corresponding to the submitAllowed attribute in the form definition file (.xsf). (Inherited from HWSAdapter.) |
Top
Methods
Name | Description | |
---|---|---|
Query | The Query method is available for the HWSAdapterObject but, because the HWSAdapter object is available for submitting data only, the method will always generate a run-time error when it is called on that object. (Inherited from HWSAdapter.) | |
Submit | Executes the submit operation for the associated adapter. (Inherited from HWSAdapter.) |
Top