Process a response from the server

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

<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
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