interface IBasicSessionCallAsync {
    call(methodToCall: CallMethodRequestOptions): Promise<CallMethodResult>;
    call(methodsToCall: CallMethodRequestOptions[]): Promise<CallMethodResult[]>;
}

Hierarchy (view full)

Methods

Methods