GetAssertionStatusReport Members
Note: The Microsoft UDDI SDK is not supported by or included in Microsoft Windows versions after Microsoft Windows Server 7. The Microsoft UDDI V3 SDK is included with Microsoft BizTalk Server. For more information about the Microsoft UDDI V3 SDK, see Microsoft BizTalk Server documentation
Provides the ability to determine the status of current and outstanding publisher assertions. The results can be restricted by setting the CompletionStatus property.
The following tables list the members exposed by the GetAssertionStatusReport type.
Public Constructors
Name | Description | |
---|---|---|
GetAssertionStatusReport | Overloaded. Initializes an instance of the GetAssertionStatusReport class. |
Top
Public Properties
Name | Description | |
---|---|---|
AuthInfo | Gets or sets a string representation of the authentication token for this GetAssertionStatusReport object. | |
CompletionStatus | Gets or sets the value that restricts the result set to publisher assertions that have the specified CompletionStatusType. | |
Generic | Gets or sets the UDDI API version number in string form for the GetAssertionStatusReport object. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
Send | Transmits the GetAssertionStatusReport request to the UDDI server. | |
ToString | Overridden. Retrieves the contents of the GetAssertionStatusReport object in UDDI XML format. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.ICloneable.Clone | Creates a new object that is a copy of the current instance. |
Top