mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	invoke
This commit is contained in:
		
							
								
								
									
										31
									
								
								Esiur/Core/InvocationContext.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								Esiur/Core/InvocationContext.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,31 @@ | ||||
| using Esiur.Net.IIP; | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Text; | ||||
|  | ||||
| namespace Esiur.Core | ||||
| { | ||||
|     public class InvocationContext | ||||
|     { | ||||
|         private uint CallbackId; | ||||
|  | ||||
|         public void Chunk(object value) | ||||
|         { | ||||
|  | ||||
|         } | ||||
|  | ||||
|         public void Progress(int value) {  | ||||
|  | ||||
|         } | ||||
|  | ||||
|         public DistributedConnection Connection { get; internal set; } | ||||
|  | ||||
|  | ||||
|         internal InvocationContext(DistributedConnection connection, uint callbackId) | ||||
|         { | ||||
|             Connection = connection; | ||||
|             CallbackId = callbackId; | ||||
|  | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user