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