System.Func.Invoke(Watch)

Here are the examples of the csharp api System.Func.Invoke(Watch) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : KubernetesWatcher.cs
with MIT License
from Kubeleans

public Task Change(Watch<T> value) => this.changeHandler(value);