Пример #1
0
        private IAsyncResult BeginCreateLink(TimeSpan timeout, AsyncCallback callback, object state)
        {
            string str = (!string.IsNullOrWhiteSpace(base.PartitionId) ? EntityNameHelper.FormatPartitionSenderPath(this.entityName, base.PartitionId) : this.entityName);

            return(this.messagingFactory.BeginOpenEntity(this, str, this.EntityType, timeout, callback, state));
        }