Namespace:
Contracts.Responses
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
Public Sub New( _
ByVal data As T, _
ByVal client_id As Long _
)
This language is not supported or no code example is available.
public DataOperationResponse(
T data,
long client_id
)
This language is not supported or no code example is available.
public:
DataOperationResponse(
T^ data,
long client_id
)
This language is not supported or no code example is available.
Parameters
- data
 - 
		Type: T 
		
 
- client_id
 - 
		Type: long