IClient.ProcessResponse Method
<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.
Parameters
- response
- OperationResponse
the response from the server
- finished
- bool
whether or not the server is done