IClient.ProcessResponse Method

Process a response from the server
<OperationContract(IsOneWay = true)> _ 
<System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")> _ 
Sub ProcessResponse( _ 
ByVal response As OperationResponse, _ 
ByVal finished As Boolean
)
This language is not supported or no code example is available.
[OperationContract(IsOneWay = true)] 
[System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")] 
void ProcessResponse( 
OperationResponse response
bool finished 
)
This language is not supported or no code example is available.
[OperationContract(IsOneWay = true)] 
[System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")] 
 
void ProcessResponse( 
OperationResponse^ response
bool finished 
)
This language is not supported or no code example is available.
 
OperationContract(IsOneWay = true) 
System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true") 
function ProcessResponse( 
response : OperationResponse
finished : boolean 
);
This language is not supported or no code example is available.

Parameters

response
OperationResponse

the response from the server

finished
bool

whether or not the server is done

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition