See Also: OneWayAttribute Members
When one-way methods are invoked, no reply message or status or information is expected. The System.Runtime.Remoting.Messaging.OneWayAttribute is used to indicate that the method has a void return and only in parameters. The method cannot throw any exceptions, and ref parameters and return values are not supported. The method can execute synchronously or asynchronously with respect to the caller. The caller cannot make assumptions that the one-way call has executed on the server object when thread control returns.