QueueClient.GetParentQueueServiceClientCore 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.
Create a new QueueServiceClient that pointing to this QueueClient's queue service. The new QueueServiceClient uses the same request policy pipeline as the QueueClient.
protected internal virtual Azure.Storage.Queues.QueueServiceClient GetParentQueueServiceClientCore ();
abstract member GetParentQueueServiceClientCore : unit -> Azure.Storage.Queues.QueueServiceClient
override this.GetParentQueueServiceClientCore : unit -> Azure.Storage.Queues.QueueServiceClient
Protected Friend Overridable Function GetParentQueueServiceClientCore () As QueueServiceClient
Returns
A new QueueServiceClient instance.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET