Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Castle
Facilities
WcfIntegration
Tests
Components
ServiceWithCallback
C# Class Castle.Facilities.WcfIntegration.Tests.Components.ServiceWithCallback
Inheritance:
IServiceWithCallback
Datei anzeigen
Open project: castleproject/Windsor
Public Methods
Method
Description
DoSomething
(
int
value
) :
void
DoSomethingElse
(
int
value
) :
void
Method Details
DoSomething()
public
method
public
DoSomething
(
int
value
) :
void
value
int
return
void
DoSomethingElse()
public
method
public
DoSomethingElse
(
int
value
) :
void
value
int
return
void