An NDoc Documented Class Library

ServiceCalls.Matching Method 

[Visual Basic]
Overridable Public Function Matching( _ 
   ByVal match As ServiceCall _ 
) As ServiceCalls
[C#]
public virtual ServiceCalls Matching(
   ServiceCall match
);
[C++]
public: virtual ServiceCalls* Matching(
   ServiceCall* match
);
[JScript]
public virtual function Matching(
   ServiceCall match
): ServiceCalls;

See Also

ServiceCalls Class | Repository.Services Namespace