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

Hierarchy (view full)

Methods

Methods