Метод | Описание | |
---|---|---|
ExampleDomainConnector ( ) : System | ||
doReturnMethod ( string args0 ) : string | ||
doSomethingWithLogEvent ( LogEvent args0 ) : string | ||
doSomethingWithMessage ( string args0 ) : string | ||
doSomethingWithModel ( ExampleRequestModel args0 ) : ExampleResponseModel | ||
getAliveState ( AliveState &@return, bool &returnSpecified ) : void | ||
getInstanceId ( ) : string |
public ExampleDomainConnector ( ) : System | ||
Результат | System |
public doReturnMethod ( string args0 ) : string | ||
args0 | string | |
Результат | string |
public doSomethingWithLogEvent ( LogEvent args0 ) : string | ||
args0 | LogEvent | |
Результат | string |
public doSomethingWithMessage ( string args0 ) : string | ||
args0 | string | |
Результат | string |
public doSomethingWithModel ( ExampleRequestModel args0 ) : ExampleResponseModel | ||
args0 | ExampleRequestModel | |
Результат | ExampleResponseModel |
public getAliveState ( AliveState &@return, bool &returnSpecified ) : void | ||
@return | AliveState | |
returnSpecified | bool | |
Результат | void |