projects/wms-framework/src/lib/wcfserviceinvocationsupport/InnerChannel.ts
Properties |
Methods |
|
OperationTimeout |
Type : any
|
Default value : null
|
Public GetProperty | ||||||
GetProperty(TParam: ClassType)
|
||||||
Type parameters :
|
||||||
Parameters :
Returns :
any
|
import { ClassType } from '../baseframework';
export class InnerChannel {
OperationTimeout: any = null;
public GetProperty<T>(TParam: ClassType) {
return null;
}
}