Delegate BlobAuthEventHandler

Namespace: Mediachase.BusinessFoundation.Blob
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public delegate void BlobAuthEventHandler(object sender, BlobAuthEventArgs args);
Parameters
Type Name Description
System.Object sender
BlobAuthEventArgs args

Constructors

BlobAuthEventHandler(Object, IntPtr)

Declaration
public BlobAuthEventHandler(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(Object, BlobAuthEventArgs, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(object sender, BlobAuthEventArgs args, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Object sender
BlobAuthEventArgs args
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(Object, BlobAuthEventArgs)

Declaration
public virtual void Invoke(object sender, BlobAuthEventArgs args)
Parameters
Type Name Description
System.Object sender
BlobAuthEventArgs args