A、Decorate the service implementation class with the following line of code [ServiceBehavior(UseSyncronizationContext = false)]
B、Decorate the service implementation class with the following line of code [ServiceBehavior(ConcurrencyMode = ConcurrencyMode.Multiple)]
C、Call the Invoke method of the form and supply a delegate.
D、Call the BeginInvoke method of the form and supply a delegate.