public static async Task <VkmIntercomClient> CreateAsync(IVkmRemoteCallback callback) { return(new VkmIntercomClient(await IntercomSlaveDispatcher <IVkmRemoteService, IVkmRemoteCallback> .CreateSlaveChannelAsync(callback, Constants.DispatcherName))); }
public static VkmIntercomClient Create(IVkmRemoteCallback callback) { return(new VkmIntercomClient(IntercomSlaveDispatcher <IVkmRemoteService, IVkmRemoteCallback> .CreateSlaveChannel(callback, Constants.DispatcherName))); }
public RemoteLayout(Identifier identifier, IVkmRemoteCallback callbackClient) : base(identifier) { _callbackClient = callbackClient; }