IClient.ProcessResponseBlocking Method

Process a response from the server, but we wait to know that it actually managed to make it through
<OperationContract()> _ 
<System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")> _ 
Sub ProcessResponseBlocking( _ 
ByVal response As OperationResponse, _ 
ByVal finished As Boolean
)
This language is not supported or no code example is available.
[OperationContract()] 
[System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")] 
void ProcessResponseBlocking( 
OperationResponse response
bool finished 
)
This language is not supported or no code example is available.
[OperationContract()] 
[System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")] 
 
void ProcessResponseBlocking( 
OperationResponse^ response
bool finished 
)
This language is not supported or no code example is available.
 
OperationContract() 
System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true") 
function ProcessResponseBlocking( 
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