Method | Description | |
---|---|---|
CreateOperationHost ( IFlowRuntime runtime, string name ) : OperationHost | ||
CreateStandInOperation ( string name, string hostName ) : StandInOperation |
Method | Description | |
---|---|---|
RegisterHost ( string name ) : |
||
RegisterStandIn ( string standInName, string hostName ) : |
||
SendFromHostToStandIn ( string standInName, |
||
SendFromStandInToHost ( string hostName, |
public CreateOperationHost ( IFlowRuntime runtime, string name ) : OperationHost | ||
runtime | IFlowRuntime | |
name | string | |
return | OperationHost |
public CreateStandInOperation ( string name, string hostName ) : StandInOperation | ||
name | string | |
hostName | string | |
return | StandInOperation |