Run C# Sample Code

You can build C# .NET samples using Microsoft Visual C# 2008 Express or Microsoft Visual Studio 2008.
  1. After you generate the sample program, you can run it as follows:
    RecoveryPlan --url <webserviceurl> --username <user> --password <passwd> --planname <plan>
    The
    RecoveryPlan
    program lists all recovery plans and optionally gets the state for the plan specified after the
    --planname
    option.
  2. You can remove build files by running the
    clean.bat
    batch script.