1 write to adminQueueLength
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
49this.adminQueueLength = new IntProperty(this, UnsafeNativeMethods.PROPID_M_ADMIN_QUEUE_LEN, initialQueueNameLength);
2 references to adminQueueLength
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (2)
76this.adminQueue.EnsureValueLength(this.adminQueueLength.Value); 89property.AdministrationQueue = GetQueueName(this.adminQueue.GetValue(this.adminQueueLength.Value));