PrepAway - Latest Free Exam Questions & Answers

You need to ensure that other services are notified when the service is started

You have an existing Windows Communication Foundation (WCF) service. You need to
ensure that other services are notified when the service is started. What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Add the following standard endpoint to the service. <endpoint
name=”udpAnnouncementEndpoint” kind=”udpDiscoveryEndpoint” />

B.
Add the following standard endpoint to the service. <endpoint
name=”udpDiscoveryEndpoint” kind=”udpAnnouncementEndpoint” />

C.
Add a service behavior with the following element. <serviceDiscovery>
<announcementEndpoints> <endpoint kind=”udpDiscoveryEndpoint” />
</announcementEndpoints> </serviceDiscovery>

D.
Add a service behavior with the following element. <serviceDiscovery>
<announcementEndpoints> <endpoint kind=”udpAnnouncementEndpoint” />
</announcementEndpoints> </serviceDiscovery>


Leave a Reply