Table of Contents

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 ServiceProviderOptions

The delegate that configures the ServiceProviderOptions.

Extension Methods

Constructors

ProviderAction(object, IntPtr)

public ProviderAction(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(ServiceProviderOptions, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(ServiceProviderOptions configure, AsyncCallback callback, object @object)

Parameters

configure ServiceProviderOptions
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(ServiceProviderOptions)

public virtual void Invoke(ServiceProviderOptions configure)

Parameters

configure ServiceProviderOptions