'Declaration
Function CreateResponse( _ ByVal response As IServiceResponse _ ) As Object
'Usage
Dim instance As IServiceMessage Dim response As IServiceResponse Dim value As Object value = instance.CreateResponse(response)
object CreateResponse( IServiceResponse response )
Object^ CreateResponse( IServiceResponse^ response )
Parameters
- response
- The response.