C# Class DistanceAndDirectionLibrary.Helpers.Mediator

Exibir arquivo Open project: Esri/distance-direction-addin-dotnet

Public Methods

Method Description
NotifyColleagues ( string token, object args ) : void
Register ( string token, Action callback ) : void
Unregister ( string token, Action callback ) : void

Method Details

NotifyColleagues() static public method

static public NotifyColleagues ( string token, object args ) : void
token string
args object
return void

Register() static public method

static public Register ( string token, Action callback ) : void
token string
callback Action
return void

Unregister() static public method

static public Unregister ( string token, Action callback ) : void
token string
callback Action
return void