Delegate is Callback Modern Programming में जब कोई एक Method किसी दूसरे Method को Internally Invoke करता है, तो Internally Call होने वाले दूसरे Method को Callback Method या Callbacks कहा जाता है। इसलिए यदि हम उपरोक्त उदाहरण के आधार पर समझें तो callMethod() Internally, Display() Method को Invoke कर रहा है, इसलिए इस Program में Display() Method एक प्रकार का Callback Method है। C# का Callback Methods को Support करने के लिए Design किए गए इस … [Read more...]
C# Delegate Example
Filed Under: C# Programming Language in Hindi Tagged With: c callback function, c# async callback, c# callback, c# callback example, c# callbacks, c# delegate callback, C# Delegate Example, c# delegates, c# delegates and events, c# delegates example, c# delegates tutorial, c# events and delegates, callback c#, callback function c, callback function in c, callback in C#, callback method, Callback Method Invocation, Callback Methods, Callbacks Invocation, define delegates, definition of delegates, delegates and events, delegates and events in c#, delegates and events in c# with example, delegates c#, delegates define, delegates definition, delegates in .net, Delegates in C#, delegates in c# example, delegates in c# with example, delegates in c# with simple example, difference between delegates and events, difference between delegates and events in c#, events and delegates, events and delegates in c#, External Static Method as Callback, Instance Method as Callback, Invocation List, meaning of delegates, Multicast, multicast delegates in c#, Multiple Callback Method Invocation, unity callback, use of delegates in c#, wcf callback, wcf callback example, what are delegates, what are delegates in c#, what is delegates, what is delegates in c#