C# 使用Adobe Echo Sign API获取DocumentStatus

C# 使用Adobe Echo Sign API获取DocumentStatus,c#,asp.net,adobe,C#,Asp.net,Adobe,我使用Adobe Echo Sign发送文档进行数字签名。 我想在签名后获得文档的状态,这就是我的工作方式 static EchoSignDocumentService16 ES = new EchoSignDocumentService16(); public static DocumentInfo getDocumentInfo(string APIKey, string dockey) { return ES.getDocumentInfo(APIKey , dockey); }

我使用Adobe Echo Sign发送文档进行数字签名。 我想在签名后获得文档的状态,这就是我的工作方式

static EchoSignDocumentService16 ES = new EchoSignDocumentService16();
public static DocumentInfo getDocumentInfo(string APIKey, string dockey)
{
    return ES.getDocumentInfo(APIKey , dockey);
}
这段代码总是返回_FOR_签名文档状态,即使我已经签名,我也会遵循adobe echo sign API文档中的说明 我的情景是这样的 用户A已向用户B发送了一份文档,使用APIKey ABC我已保存文档密钥,用户B已在文档上签名,然后我正在使用已保存的相同APIKey ABC和documentkey检查状态。
有人能帮我解决这个问题吗:(

您在选择API供应商方面有多灵活?我必须使用这个API:(