NamespaceManager.UpdateRelayAsync(RelayDescription) Method

Definition

Asynchronously upddates a relay endpoint.

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.RelayDescription> UpdateRelayAsync (Microsoft.ServiceBus.Messaging.RelayDescription description);
member this.UpdateRelayAsync : Microsoft.ServiceBus.Messaging.RelayDescription -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.RelayDescription>
Public Function UpdateRelayAsync (description As RelayDescription) As Task(Of RelayDescription)

Parameters

description
RelayDescription

A RelayDescription object describing the updated relay.

Returns

The asynchronous operation.

Applies to