AzureServiceBusCmdletBase.ExecuteLongRunningCmdletWrap Method
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.
protected void ExecuteLongRunningCmdletWrap (Func<Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceLongRunningOperation> func);
member this.ExecuteLongRunningCmdletWrap : Func<Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceLongRunningOperation> -> unit
Protected Sub ExecuteLongRunningCmdletWrap (func As Func(Of PSNamespaceLongRunningOperation))