AnnouncementService Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AnnouncementService class.
Overloads
AnnouncementService() |
Initializes a new instance of the AnnouncementService class. |
AnnouncementService(Int32) |
Initializes a new instance of the AnnouncementService class with the specified length of the duplicate message history. |
AnnouncementService()
Initializes a new instance of the AnnouncementService class.
public:
AnnouncementService();
public AnnouncementService ();
Public Sub New ()
Applies to
AnnouncementService(Int32)
Initializes a new instance of the AnnouncementService class with the specified length of the duplicate message history.
public:
AnnouncementService(int duplicateMessageHistoryLength);
public AnnouncementService (int duplicateMessageHistoryLength);
new System.ServiceModel.Discovery.AnnouncementService : int -> System.ServiceModel.Discovery.AnnouncementService
Public Sub New (duplicateMessageHistoryLength As Integer)
Parameters
- duplicateMessageHistoryLength
- Int32
The maximum number of message hashes used by the transport for identifying duplicate messages. The default value is 0.