Invoking a Delegate
The important things to know about invoking a delegate are the following: You can invoke a delegate in either of two ways. First, you can call the delegate as if itwere simply a method. Second,… Read More »Invoking a Delegate
The important things to know about invoking a delegate are the following: You can invoke a delegate in either of two ways. First, you can call the delegate as if itwere simply a method. Second,… Read More »Invoking a Delegate
All the delegates you’ve seen so far have had only a single method in their invocation lists. Delegates can be “combined” by using the addition operator. The result of the operation is the creation of… Read More »Combining Delegates
Because delegates are reference types, you can change the reference contained in a delegate variable by assigning to it. The old delegate object will be disposed of by the garbage collector (GC) when it gets… Read More »Assigning Delegates
Pre-requisites to follow along this tutorial Azure Account Email Provider (such as Post-mark, SendGrid…) Sending Emails through Azure Logic Apps become easier in most of the business requirements, specially triggered by Azure service bus,… Read More »Sending Emails from Azure Logic Apps & Service Bus