[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;
RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace