StreamLink.NET  7.1.6-7.1.6-3952-ee12172
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
Caplin.StreamLink.Alerts.IResultListener Interface Reference

An interface that can be registered to be called back when an operation completes. More...

Public Member Functions

void OnFailure (string errorReason)
 Called when the associated operation failed. More...
 
void OnSuccess ()
 Called when the associated operation was successful. More...
 

Detailed Description

An interface that can be registered to be called back when an operation completes.

Member Function Documentation

void Caplin.StreamLink.Alerts.IResultListener.OnFailure ( string  errorReason)

Called when the associated operation failed.

  • Parameters
    errorReasonarbitrary string describing the error
void Caplin.StreamLink.Alerts.IResultListener.OnSuccess ( )

Called when the associated operation was successful.


Generated on Tue Apr 28 2020 06:25:31 for StreamLink.NET