C# Class Ecologylab.BigSemantics.Services.Messages.SemanticServiceError

The SemanticServiceError message is received from the semantic service when an error/exception appeared on the server when performing the request_message sent by the client
Inheritance: Simpl.OODSS.Messages.ResponseMessage
ファイルを表示 Open project: ecologylab/BigSemanticsCSharp

Public Methods

Method Description
IsOK ( ) : bool
Perform ( ) : void

Method Details

IsOK() public method

public IsOK ( ) : bool
return bool

Perform() public method

public Perform ( ) : void
return void