Share via


EventGrid.TopicSpacesGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpace> TopicSpacesGetWithResult (string subscriptionId, string resourceGroupName, string namespaceName, string topicSpaceName, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.ISendAsync sender);
member this.TopicSpacesGetWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpace>
Public Function TopicSpacesGetWithResult (subscriptionId As String, resourceGroupName As String, namespaceName As String, topicSpaceName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ITopicSpace)

Parameters

subscriptionId
String
resourceGroupName
String
namespaceName
String
topicSpaceName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to