PushTechnology.ClientInterface.GettingStarted.UpdateCallback.UpdateCallback C# (CSharp) Method

UpdateCallback() public method

Constructor.
public UpdateCallback ( string topic ) : System
topic string The topic path
return System
        public UpdateCallback( string topic )
        {
            this.topic = topic;
        }