File

projects/wms-framework/src/lib/wcfserviceinvocationsupport/InnerChannel.ts

Index

Properties
Methods

Properties

OperationTimeout
Type : any
Default value : null

Methods

Public GetProperty
GetProperty(TParam: ClassType)
Type parameters :
  • T
Parameters :
Name Type Optional
TParam ClassType No
Returns : any
import { ClassType } from '../baseframework';

export class InnerChannel {
  OperationTimeout: any = null;
  public GetProperty<T>(TParam: ClassType) {
    return null;
  }
}

result-matching ""

    No results matching ""