This rule is Obsolete | |
Synopsis: | Add Callback to delegates related to callback methods |
Language: | C# |
Severity Level: | 10 |
Category: | Naming |
Description: |
Delegates that are used to pass a reference to a callback method (so not an
public delegate AsyncIOFinishedCallback(IpcClient client, string message); |