Delegate ProviderAction
- Namespace
- nanoFramework.Hosting
- Assembly
- nanoFramework.Hosting.dll
Represents a function that can process a provider.
public delegate void ProviderAction(ServiceProviderOptions configure)
Parameters
configure
ServiceProviderOptionsThe delegate that configures the ServiceProviderOptions.
- Extension Methods
Constructors
ProviderAction(object, IntPtr)
public ProviderAction(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(ServiceProviderOptions, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(ServiceProviderOptions configure, AsyncCallback callback, object @object)
Parameters
configure
ServiceProviderOptionscallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(ServiceProviderOptions)
public virtual void Invoke(ServiceProviderOptions configure)
Parameters
configure
ServiceProviderOptions