Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 277 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 277 Bytes

Service Invocation

Dapr - Service Invocation building block


Invoke Service

var contact = await _daprClient.InvokeMethodAsync<Contact>(
                HttpMethod.Get,
                ContactsApiName,
                $"/api/Contacts/read?name={name}");