ServerSurfaceAreaAdapter.ServiceBrokerEndpointActive Property
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.
Returns TRUE when a Service Broker endpoint exists and is in the STARTED state. Returns FALSE when Service Broker does not exist on the computer or it exists but is not started. Configure the endpoint to TRUE to start a stopped or disabled endpoint. The operation will fail if the endpoint does not exist on the server. Configure the endpoint to FALSE to disable the Service Broker endpoint.
public bool ServiceBrokerEndpointActive { get; set; }
member this.ServiceBrokerEndpointActive : bool with get, set
Public Property ServiceBrokerEndpointActive As Boolean