StreamLink.NET  7.1.9-7.1.9-4091-d8dbb37
 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 Wed Oct 14 2020 16:09:09 for StreamLink.NET