1 write to handle
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqQueue.cs (1)
792
this.
handle
= this.msmqQueue.GetHandleForAsync(out useCompletionPort);
3 references to handle
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqQueue.cs (3)
812
error = msmqQueue.ReceiveCoreAsync(this.
handle
, nativePropertiesPointer, this.timeoutHelper.RemainingTime(),
821
error = msmqQueue.ReceiveCoreAsync(this.
handle
, nativePropertiesPointer, this.timeoutHelper.RemainingTime(),
896
this.msmqQueue.HandleIsStale(this.
handle
);