mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-31 07:51:36 +00:00 
			
		
		
		
	deal lock avoidance
This commit is contained in:
		
							
								
								
									
										20
									
								
								Esiur/Net/IIP/DistributedResourceAttachRequestInfo.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								Esiur/Net/IIP/DistributedResourceAttachRequestInfo.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| using Esiur.Core; | ||||
| using Esiur.Resource; | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Text; | ||||
|  | ||||
| namespace Esiur.Net.IIP | ||||
| { | ||||
|     internal class DistributedResourceAttachRequestInfo | ||||
|     { | ||||
|         public AsyncReply<DistributedResource> Reply { get; set; } | ||||
|         public uint[] RequestSequence { get; set; } | ||||
|  | ||||
|           public DistributedResourceAttachRequestInfo(AsyncReply<DistributedResource> reply, uint[] requestSequence) | ||||
|         { | ||||
|             Reply = reply; | ||||
|             RequestSequence = requestSequence; | ||||
|         }    | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user