NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RemotingServices.IsOneWay

[To be supplied.]

[Visual Basic]
Public Shared Function IsOneWay( _
   ByVal method As MethodBase _
) As Boolean
[C#]
public static bool IsOneWay(
   MethodBase method
);
[C++]
public: static bool IsOneWay(
   MethodBase* method
);
[JScript]
public static function IsOneWay(
   method : MethodBase
) : Boolean;

Parameters

method
[To be supplied.]

See Also

RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace