Delegate OnMINChanged
public delegate void OnMINChanged(MobileIdentificationNumberSubscription sender, MobileIdentificationNumberEventArgs args)
Parameters
sender
MobileIdentificationNumberSubscription
args
MobileIdentificationNumberEventArgs
Constructors
OnMINChanged(object, nint)
public OnMINChanged(object @object, nint method)
Parameters
object
object
method
nint
Methods
BeginInvoke(MobileIdentificationNumberSubscription, MobileIdentificationNumberEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(MobileIdentificationNumberSubscription sender, MobileIdentificationNumberEventArgs args, AsyncCallback callback, object @object)
Parameters
sender
MobileIdentificationNumberSubscription
args
MobileIdentificationNumberEventArgs
callback
AsyncCallback
object
object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(MobileIdentificationNumberSubscription, MobileIdentificationNumberEventArgs)
public virtual void Invoke(MobileIdentificationNumberSubscription sender, MobileIdentificationNumberEventArgs args)
Parameters
sender
MobileIdentificationNumberSubscription
args
MobileIdentificationNumberEventArgs