[Missing <summary> documentation for M:QS.CMS.Base3.LoggedOperation.Operation``1(System.Double,``0,System.Object,System.Object)]

C# | Visual Basic | Managed C++ |
public static LoggedOperation Operation<C> ( double timestamp, C operation, Object argument1, Object argument2 ) where C :
Public Shared Function Operation(Of C As ) ( _ timestamp As Double, _ operation As C, _ argument1 As Object, _ argument2 As Object _ ) As LoggedOperation
public: generic<typename C> where C : static LoggedOperation Operation ( double timestamp, C operation, Object^ argument1, Object^ argument2 )

- C


[Missing <returns> documentation for M:QS.CMS.Base3.LoggedOperation.Operation``1(System.Double,``0,System.Object,System.Object)]