你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

QueueClient.GetParentQueueServiceClientCore 方法

定义

创建一个指向此QueueClient队列服务的新 QueueServiceClient 。 新的 QueueServiceClient 使用与 相同的请求策略管道 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

返回

QueueServiceClient 实例。

适用于