establishContext method

Future<EstablishContextResult> establishContext(
  1. int dwScope
)

Implementation

Future<EstablishContextResult> establishContext(int dwScope) =>
    _executor.execute(_factory.establishContext(dwScope));