C# Class Droog.Calculon.Backstage.MessageResponse

Mostra file Open project: sdether/Calculon

Public Properties

Property Type Description
Id System.Guid

Public Methods

Method Description
Complete ( object value ) : void
Fault ( Exception exception ) : void
MessageResponse ( Type responseType ) : System

Method Details

Complete() public method

public Complete ( object value ) : void
value object
return void

Fault() public method

public Fault ( Exception exception ) : void
exception System.Exception
return void

MessageResponse() public method

public MessageResponse ( Type responseType ) : System
responseType System.Type
return System

Property Details

Id public_oe property

public Guid,System Id
return System.Guid