Process a response from the server, but we wait to know that it actually managed to make it through

Namespace: Contracts.ServiceContracts
Assembly: Contracts (in Contracts.dll)

<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
Type: OperationResponse

the response from the server

finished
Type: 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