StreamLink.NET  7.1.4-7.1.4-3921-cb62c2a
 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 Nov 26 2019 06:24:40 for StreamLink.NET